mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-02 05:54:23 +01:00
attempt fix folde permissions for windows build (#3178)
can only test after merge
This commit is contained in:
3
.github/workflows/build-cli.yml
vendored
3
.github/workflows/build-cli.yml
vendored
@@ -288,6 +288,9 @@ jobs:
|
||||
# Move the built binary to the expected location (inside container)
|
||||
mkdir -p ../target/x86_64-pc-windows-gnu/release
|
||||
mv temporal-service.exe ../target/x86_64-pc-windows-gnu/release/temporal-service.exe
|
||||
|
||||
# Fix permissions for host access
|
||||
chmod -R 755 ../target/x86_64-pc-windows-gnu
|
||||
"
|
||||
echo "temporal-service.exe built successfully for Windows"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user