File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,14 @@ jobs:
95
95
96
96
- name : Install gon for code signing and app notarization
97
97
run : |
98
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
98
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
99
99
unzip gon_macos.zip -d /usr/local/bin
100
100
101
101
- name : Sign and notarize binary
102
102
env :
103
103
AC_USERNAME : ${{ secrets.AC_USERNAME }}
104
104
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
105
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
105
106
run : |
106
107
gon gon.config.hcl
107
108
Original file line number Diff line number Diff line change 1
1
2
2
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/general/gon.config.hcl
3
- # See: https://github.com/mitchellh /gon#configuration-file
3
+ # See: https://github.com/Bearer /gon#configuration-file
4
4
source = [" dist/arduino-cslt_osx_darwin_amd64/arduino-cslt" ]
5
5
bundle_id = " cc.arduino.arduino-cslt"
6
6
You can’t perform that action at this time.
0 commit comments