mirror of
https://github.com/block/goose.git
synced 2026-04-29 12:09:38 +00:00
parent
6c2f2a13cc
commit
35e0d9b9fb
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build-cli.yml
vendored
5
.github/workflows/build-cli.yml
vendored
|
|
@ -288,7 +288,8 @@ jobs:
|
|||
|
||||
# Move the built binary to the expected location
|
||||
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
|
||||
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
|
||||
echo "temporal-service.exe built successfully for Windows"
|
||||
|
||||
- name: Download temporal CLI (Linux/macOS)
|
||||
|
|
@ -400,4 +401,4 @@ jobs:
|
|||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # pin@v4
|
||||
with:
|
||||
name: goose-${{ matrix.architecture }}-${{ matrix.target-suffix }}
|
||||
path: ${{ env.ARTIFACT }}
|
||||
path: ${{ env.ARTIFACT }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue