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 @@ -88,13 +88,14 @@ jobs:
88
88
89
89
- name : Install gon for code signing and app notarization
90
90
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
92
92
unzip gon_macos.zip -d /usr/local/bin
93
93
94
94
- name : Sign and notarize binary
95
95
env :
96
96
AC_USERNAME : ${{ secrets.AC_USERNAME }}
97
97
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
98
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
98
99
run : |
99
100
gon gon.config.hcl
100
101
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/arduino-cloud-cli_osx_darwin_amd64/arduino-cloud-cli" ]
4
4
bundle_id = " cc.arduino.arduino-cloud-cli"
5
5
You can’t perform that action at this time.
0 commit comments