Skip to content

Commit 82a2762

Browse files
committedNov 7, 2023
Update Gon to forked version with new vars
Signed-off-by: Marcus Crane <marcus@utf9k.net>
1 parent bdb0e93 commit 82a2762

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/release-macos.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
with:
3838
go-version: 1.19
3939

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

4443
- name: Import code signing certificate from Github Secrets
4544
uses: Apple-Actions/import-codesign-certs@v1
@@ -73,6 +72,7 @@ jobs:
7372
env:
7473
AC_USERNAME: ${{ secrets.AC_USERNAME }}
7574
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
75+
AC_PROVIDER: "6RNEAKRYDT"
7676

7777
- name: Compress macOS dmg
7878
shell: bash

‎gon.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"bundle_id": "net.utf9k.October",
66
"sign": {
7-
"application_identity": "Developer ID Application: Marcus Crane"
7+
"application_identity": "Developer ID Application: Marcus Crane (6RNEAKRYDT)"
88
},
99
"dmg": {
1010
"output_path": "build/bin/October.dmg",

0 commit comments

Comments
 (0)
Please sign in to comment.