attempt fix folde permissions for windows build (#3178)

can only test after merge
This commit is contained in:
Max Novich
2025-06-30 14:04:27 -07:00
committed by GitHub
parent 0bd2e436aa
commit c242f3335d

View File

@@ -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"