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