From 506392e404566820e4a572f61c285c7a475aa0ce Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Fri, 8 Aug 2025 12:26:04 -0400 Subject: [PATCH] fix: disable signing for release branches until we figure out keys for this flow (#3951) --- .github/workflows/release-branches.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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