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 @@ -116,14 +116,14 @@ jobs:
116116
117117 - name : Install gon for code signing and app notarization
118118 run : |
119- wget -q https://github.com/mitchellh /gon/releases/download/v0.2.3 /gon_macos.zip
119+ wget -q https://github.com/Bearer /gon/releases/download/v0.0.27 /gon_macos.zip
120120 unzip gon_macos.zip -d /usr/local/bin
121121
122122 - name : Write gon config to file
123123 # gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
124124 run : |
125125 cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
126- # See: https://github.com/mitchellh /gon#configuration-file
126+ # See: https://github.com/Bearer /gon#configuration-file
127127 source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
128128 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
129129
@@ -143,6 +143,7 @@ jobs:
143143 env :
144144 AC_USERNAME : ${{ secrets.AC_USERNAME }}
145145 AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
146+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
146147 run : |
147148 gon "${{ env.GON_CONFIG_PATH }}"
148149
You can’t perform that action at this time.
0 commit comments