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 @@ -125,14 +125,14 @@ jobs:
125125
126126 - name : Install gon for code signing and app notarization
127127 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
129129 unzip gon_macos.zip -d /usr/local/bin
130130
131131 - name : Write gon config to file
132132 # gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
133133 run : |
134134 cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
135- # See: https://github.com/mitchellh /gon#configuration-file
135+ # See: https://github.com/Bearer /gon#configuration-file
136136 source = ["${{ env.DIST_DIR }}/${{ env.PROJECT_NAME }}_osx_${{ matrix.artifact.name }}/${{ env.PROJECT_NAME }}"]
137137 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
138138
@@ -151,6 +151,7 @@ jobs:
151151 env :
152152 AC_USERNAME : ${{ secrets.AC_USERNAME }}
153153 AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
154+ AC_PROVIDER : ${{ secrets.AC_PROVIDER }}
154155 run : |
155156 gon "${{ env.GON_CONFIG_PATH }}"
156157
You can’t perform that action at this time.
0 commit comments