File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
go-version : 1.19
39
39
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
43
42
44
43
- name : Import code signing certificate from Github Secrets
45
44
uses : Apple-Actions/import-codesign-certs@v1
73
72
env :
74
73
AC_USERNAME : ${{ secrets.AC_USERNAME }}
75
74
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
75
+ AC_PROVIDER : " 6RNEAKRYDT"
76
76
77
77
- name : Compress macOS dmg
78
78
shell : bash
Original file line number Diff line number Diff line change 4
4
],
5
5
"bundle_id" : " net.utf9k.October" ,
6
6
"sign" : {
7
- "application_identity" : " Developer ID Application: Marcus Crane"
7
+ "application_identity" : " Developer ID Application: Marcus Crane (6RNEAKRYDT) "
8
8
},
9
9
"dmg" : {
10
10
"output_path" : " build/bin/October.dmg" ,
You can’t perform that action at this time.
0 commit comments