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 @@ -119,14 +119,14 @@ jobs:
119
119
120
120
- name : Install gon for code signing and app notarization
121
121
run : |
122
- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
122
+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
123
123
unzip gon_macos.zip -d /usr/local/bin
124
124
125
125
- name : Write gon config to file
126
126
# gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
127
127
run : |
128
128
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
129
- # See: https://github.com/mitchellh /gon#configuration-file
129
+ # See: https://github.com/Bearer /gon#configuration-file
130
130
source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
131
131
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
132
132
@@ -145,6 +145,7 @@ jobs:
145
145
env :
146
146
AC_USERNAME : ${{ secrets.AC_USERNAME }}
147
147
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
148
+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
148
149
run : |
149
150
gon "${{ env.GON_CONFIG_PATH }}"
150
151
You can’t perform that action at this time.
0 commit comments