File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ jobs:
117
117
118
118
- name : Install gon for code signing and app notarization
119
119
run : |
120
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
120
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
121
121
unzip gon_macos.zip -d /usr/local/bin
122
122
123
123
- name : Write gon config to file
124
124
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
125
125
run : |
126
126
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
127
- # See: https://github.com/mitchellh /gon#configuration-file
127
+ # See: https://github.com/Bearer /gon#configuration-file
128
128
source = ["dist/arduino-cli_osx_${{ matrix.artifact.name }}/arduino-cli"]
129
129
bundle_id = "cc.arduino.arduino-cli"
130
130
@@ -143,6 +143,7 @@ jobs:
143
143
env :
144
144
AC_USERNAME : ${{ secrets.AC_USERNAME }}
145
145
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
146
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
146
147
run : |
147
148
gon "${{ env.GON_CONFIG_PATH }}"
148
149
Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ jobs:
121
121
122
122
- name : Install gon for code signing and app notarization
123
123
run : |
124
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
124
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
125
125
unzip gon_macos.zip -d /usr/local/bin
126
126
127
127
- name : Write gon config to file
128
128
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
129
129
run : |
130
130
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
131
- # See: https://github.com/mitchellh /gon#configuration-file
131
+ # See: https://github.com/Bearer /gon#configuration-file
132
132
source = ["dist/arduino-cli_osx_${{ matrix.artifact.name }}/arduino-cli"]
133
133
bundle_id = "cc.arduino.arduino-cli"
134
134
@@ -147,6 +147,7 @@ jobs:
147
147
env :
148
148
AC_USERNAME : ${{ secrets.AC_USERNAME }}
149
149
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
150
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
150
151
run : |
151
152
gon "${{ env.GON_CONFIG_PATH }}"
152
153
You can’t perform that action at this time.
0 commit comments