mirror of
https://github.com/block/goose.git
synced 2026-05-01 04:59:37 +00:00
fix: revert built app name to uppercase Goose (#5206)
This commit is contained in:
parent
b48a7ffd29
commit
f0da14bff8
16 changed files with 72 additions and 72 deletions
4
.github/workflows/pr-comment-bundle.yml
vendored
4
.github/workflows/pr-comment-bundle.yml
vendored
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
- name: Download ARM64 artifact
|
||||
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # pin@v4
|
||||
with:
|
||||
name: goose-darwin-arm64
|
||||
name: Goose-darwin-arm64
|
||||
path: arm64-dist
|
||||
|
||||
- name: Comment on PR with ARM64 download link
|
||||
|
|
@ -133,7 +133,7 @@ jobs:
|
|||
body: |
|
||||
### macOS ARM64 Desktop App (Apple Silicon)
|
||||
|
||||
[📱 Download macOS Desktop App (arm64, unsigned)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/goose-darwin-arm64.zip)
|
||||
[📱 Download macOS Desktop App (arm64, unsigned)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/Goose-darwin-arm64.zip)
|
||||
|
||||
**Instructions:**
|
||||
After downloading, unzip the file and drag the goose.app to a location you prefer. The app is unsigned, so to run it run `xattr -r -d com.apple.quarantine '/path/to/goose.app'` and then open the app
|
||||
Loading…
Add table
Add a link
Reference in a new issue