fix: revert built app name to uppercase Goose (#5206)

This commit is contained in:
Zane
2025-10-16 13:11:30 -07:00
committed by GitHub
parent b48a7ffd29
commit f0da14bff8
16 changed files with 72 additions and 72 deletions
@@ -81,7 +81,7 @@ jobs:
- name: Download Intel artifact
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # pin@v4
with:
name: goose-darwin-x64
name: Goose-darwin-x64
path: intel-dist
- name: Comment on PR with Intel download link
@@ -91,7 +91,7 @@ jobs:
body: |
### macOS Intel Desktop App (x64)
[💻 Download macOS Desktop App (Intel x64, signed)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/goose-darwin-x64.zip)
[💻 Download macOS Desktop App (Intel x64, signed)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/Goose-darwin-x64.zip)
**Instructions:**
After downloading, unzip the file and drag the goose.app to your Applications folder. The app is signed and notarized for macOS.