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 @@ -119,14 +119,14 @@ jobs:
119119
120120 - name : Install gon for code signing and app notarization
121121 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
123123 unzip gon_macos.zip -d /usr/local/bin
124124
125125 - name : Write gon config to file
126126 # gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
127127 run : |
128128 cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
129- # See: https://github.com/mitchellh /gon#configuration-file
129+ # See: https://github.com/Bearer /gon#configuration-file
130130 source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
131131 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
132132
@@ -145,6 +145,7 @@ jobs:
145145 env :
146146 AC_USERNAME : ${{ secrets.AC_USERNAME }}
147147 AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
148+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
148149 run : |
149150 gon "${{ env.GON_CONFIG_PATH }}"
150151
You can’t perform that action at this time.
0 commit comments