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 @@ -225,13 +225,14 @@ jobs:
225
225
226
226
- name : Install gon for code signing and app notarization
227
227
run : |
228
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
228
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
229
229
unzip gon_macos.zip -d /usr/local/bin
230
230
231
231
- name : Sign and notarize binary
232
232
env :
233
233
AC_USERNAME : ${{ secrets.AC_USERNAME }}
234
234
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
235
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
235
236
run : |
236
237
gon gon.config.hcl
237
238
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/imgtool_macOS_64bit/imgtool" ]
4
4
bundle_id = " cc.arduino.imgtool"
5
5
You can’t perform that action at this time.
0 commit comments