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