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 @@ -88,13 +88,14 @@ jobs:
8888
8989 - name : Install gon for code signing and app notarization
9090 run : |
91- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
91+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
9292 unzip gon_macos.zip -d /usr/local/bin
9393
9494 - name : Sign and notarize binary
9595 env :
9696 AC_USERNAME : ${{ secrets.AC_USERNAME }}
9797 AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
98+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
9899 run : |
99100 gon gon.config.hcl
100101
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/arduino-cloud-cli_osx_darwin_amd64/arduino-cloud-cli" ]
44bundle_id = " cc.arduino.arduino-cloud-cli"
55
You can’t perform that action at this time.
0 commit comments