attempt to fix build #3 (#3180)

This commit is contained in:
Max Novich
2025-06-30 14:27:33 -07:00
committed by GitHub
parent c242f3335d
commit 147085ac75

View File

@@ -352,6 +352,9 @@ jobs:
unzip -o temporal-cli-windows.zip
chmod +x temporal.exe
# Fix permissions on target directory (created by Docker as root)
sudo chown -R $(whoami):$(whoami) target/x86_64-pc-windows-gnu/ || true
# Move to target directory
mv temporal.exe target/x86_64-pc-windows-gnu/release/temporal.exe