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 @@ -150,13 +150,14 @@ jobs:
150
150
151
151
- name : Install gon for code signing and app notarization
152
152
run : |
153
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
153
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
154
154
unzip gon_macos.zip -d /usr/local/bin
155
155
156
156
- name : Sign and notarize binary
157
157
env :
158
158
AC_USERNAME : ${{ secrets.AC_USERNAME }}
159
159
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
160
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
160
161
run : |
161
162
gon gon.config.hcl
162
163
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/general/gon.config.hcl
2
- # See: https://github.com/mitchellh /gon#configuration-file
2
+ # See: https://github.com/Bearer /gon#configuration-file
3
3
source = [" dist/avrdude_macOS_64bit/bin/avrdude" ]
4
4
bundle_id = " cc.arduino.avrdude"
5
5
You can’t perform that action at this time.
0 commit comments