diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 3c1bc720..9b2f70ad 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -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