File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -150,13 +150,14 @@ jobs:
150150
151151 - name : Install gon for code signing and app notarization
152152 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
154154 unzip gon_macos.zip -d /usr/local/bin
155155
156156 - name : Sign and notarize binary
157157 env :
158158 AC_USERNAME : ${{ secrets.AC_USERNAME }}
159159 AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
160+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
160161 run : |
161162 gon gon.config.hcl
162163
Original file line number Diff line number Diff line change 11# 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
33source = [" dist/avrdude_macOS_64bit/bin/avrdude" ]
44bundle_id = " cc.arduino.avrdude"
55
You can’t perform that action at this time.
0 commit comments