fix: disable signing for release branches until we figure out keys for this flow (#3951)
This commit is contained in:
@@ -10,8 +10,6 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
with:
|
|
||||||
signing: true
|
|
||||||
|
|
||||||
comment-on-pr:
|
comment-on-pr:
|
||||||
needs: bundle-desktop
|
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)
|
[📱 Download macOS Desktop App (arm64, signed)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/Goose-darwin-arm64.zip)
|
||||||
|
|
||||||
**Instructions:**
|
**Instructions:**
|
||||||
After downloading, unzip the file and drag the Goose.app to your Applications folder. The app is signed and notarized for macOS.
|
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
|
||||||
|
|
||||||
This link is provided by nightly.link and will work even if you're not logged into GitHub.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user