fix: disable signing for release branches until we figure out keys for this flow (#3951)

This commit is contained in:
Alex Hancock
2025-08-08 12:26:04 -04:00
committed by GitHub
parent 48c9af0ed9
commit 506392e404
+1 -5
View File
@@ -10,8 +10,6 @@ jobs:
permissions:
id-token: write
contents: read
with:
signing: true
comment-on-pr:
needs: bundle-desktop
@@ -29,6 +27,4 @@ jobs:
[📱 Download macOS Desktop App (arm64, signed)](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 your Applications folder. The app is signed and notarized for macOS.
This link is provided by nightly.link and will work even if you're not logged into GitHub.
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