File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,14 @@ jobs:
123123
124124 - name : Install gon for code signing and app notarization
125125 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
127127 unzip gon_macos.zip -d /usr/local/bin
128128
129129 - name : Write gon config to file
130130 # gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
131131 run : |
132132 cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
133- # See: https://github.com/mitchellh /gon#configuration-file
133+ # See: https://github.com/Bearer /gon#configuration-file
134134 source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
135135 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
136136
@@ -149,6 +149,7 @@ jobs:
149149 env :
150150 AC_USERNAME : ${{ secrets.AC_USERNAME }}
151151 AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
152+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
152153 run : |
153154 gon "${{ env.GON_CONFIG_PATH }}"
154155
You can’t perform that action at this time.
0 commit comments