attempt to fix windows cli permission issue (#3177)
This commit is contained in:
@@ -284,11 +284,11 @@ jobs:
|
|||||||
chmod +x build.sh
|
chmod +x build.sh
|
||||||
# Set Windows build environment and run build script
|
# Set Windows build environment and run build script
|
||||||
GOOS=windows GOARCH=amd64 ./build.sh
|
GOOS=windows GOARCH=amd64 ./build.sh
|
||||||
"
|
|
||||||
|
|
||||||
# Move the built binary to the expected location
|
# Move the built binary to the expected location (inside container)
|
||||||
mkdir -p target/x86_64-pc-windows-gnu/release
|
mkdir -p ../target/x86_64-pc-windows-gnu/release
|
||||||
mv temporal-service/temporal-service.exe target/x86_64-pc-windows-gnu/release/temporal-service.exe
|
mv temporal-service.exe ../target/x86_64-pc-windows-gnu/release/temporal-service.exe
|
||||||
|
"
|
||||||
echo "temporal-service.exe built successfully for Windows"
|
echo "temporal-service.exe built successfully for Windows"
|
||||||
|
|
||||||
- name: Download temporal CLI (Linux/macOS)
|
- name: Download temporal CLI (Linux/macOS)
|
||||||
|
|||||||
Reference in New Issue
Block a user