Skip to content

Commit

Permalink
Update Gon to forked version with new vars
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Nov 7, 2023
1 parent bdb0e93 commit 82a2762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
with:
go-version: 1.19

- name: Install gon for macOS notarisation
shell: bash
run: wget https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip && unzip gon_macos.zip && mv gon /usr/local/bin
- name: Setup Gon
run: brew install Bearer/tap/gon

- name: Import code signing certificate from Github Secrets
uses: Apple-Actions/import-codesign-certs@v1
Expand Down Expand Up @@ -73,6 +72,7 @@ jobs:
env:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: "6RNEAKRYDT"

- name: Compress macOS dmg
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion gon.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"bundle_id": "net.utf9k.October",
"sign": {
"application_identity": "Developer ID Application: Marcus Crane"
"application_identity": "Developer ID Application: Marcus Crane (6RNEAKRYDT)"
},
"dmg": {
"output_path": "build/bin/October.dmg",
Expand Down

0 comments on commit 82a2762

Please sign in to comment.