Mnovich/fix cli permisisons (#3074)

This commit is contained in:
Max Novich
2025-06-25 10:15:25 -07:00
committed by GitHub
parent 35e0d9b9fb
commit bdb10e7d97
3 changed files with 28 additions and 64 deletions

View File

@@ -288,8 +288,7 @@ jobs:
# Move the built binary to the expected location
mkdir -p target/x86_64-pc-windows-gnu/release
chmod -R ug+rwX target/x86_64-pc-windows-gnu/release
cp -f temporal-service/temporal-service.exe target/x86_64-pc-windows-gnu/release/temporal-service.exe
mv temporal-service/temporal-service.exe target/x86_64-pc-windows-gnu/release/temporal-service.exe
echo "temporal-service.exe built successfully for Windows"
- name: Download temporal CLI (Linux/macOS)
@@ -401,4 +400,4 @@ jobs:
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # pin@v4
with:
name: goose-${{ matrix.architecture }}-${{ matrix.target-suffix }}
path: ${{ env.ARTIFACT }}
path: ${{ env.ARTIFACT }}