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