Fix file extension on signed osx release (#3974)

This commit is contained in:
Finn
2025-08-08 15:51:31 -07:00
committed by GitHub
parent b61b3cdaaf
commit 2c8901003c
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -253,7 +253,7 @@ jobs:
# download the signed app from S3
echo "⬇️ downloading signed app"
aws s3 cp --quiet "${signed_url}" out/Goose-darwin-x64/Goose_intel_mac.zip
aws s3 cp --quiet "${signed_url}" out/Goose-darwin-x64/Goose_intel_mac.tar.gz
working-directory: ui/desktop
- name: Final cleanup before artifact upload
@@ -268,7 +268,7 @@ jobs:
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # pin@v4
with:
name: Goose-darwin-x64
path: ui/desktop/out/Goose-darwin-x64/Goose_intel_mac.zip
path: ui/desktop/out/Goose-darwin-x64/Goose_intel_mac.tar.gz
- name: Quick launch test (macOS)
if: ${{ inputs.quick_test }}
+2 -2
View File
@@ -287,7 +287,7 @@ jobs:
# download the signed app from S3
echo "⬇️ downloading signed app"
aws s3 cp --quiet "${signed_url}" out/Goose-darwin-arm64/Goose.zip
aws s3 cp --quiet "${signed_url}" out/Goose-darwin-arm64/Goose.tar.gz
working-directory: ui/desktop
- name: Final cleanup before artifact upload
@@ -303,7 +303,7 @@ jobs:
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # pin@v4
with:
name: Goose-darwin-arm64
path: ui/desktop/out/Goose-darwin-arm64/Goose.zip
path: ui/desktop/out/Goose-darwin-arm64/Goose.tar.gz
- name: Quick launch test (macOS)
if: ${{ inputs.quick_test }}
+2
View File
@@ -107,6 +107,7 @@ jobs:
goose-*.tar.bz2
goose-*.zip
Goose*.zip
Goose*.tar.gz
*.deb
*.rpm
download_cli.sh
@@ -125,6 +126,7 @@ jobs:
goose-*.tar.bz2
goose-*.zip
Goose*.zip
Goose*.tar.gz
*.deb
*.rpm
download_cli.sh