File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ jobs:
118118 security import ${{ env.INSTALLER_CERT_MAC_PATH }} -k ${{ env.KEYCHAIN }} -f pkcs12 -A -T /usr/bin/codesign -P ${{ secrets.INSTALLER_CERT_MAC_PASSWORD }}
119119 security set-key-partition-list -S apple-tool:,apple: -s -k ${{ secrets.KEYCHAIN_PASSWORD }} ${{ env.KEYCHAIN }}
120120
121- - name : Install gon via HomeBrew for code signing and app notarization
121+ - name : Install gon for code signing and app notarization
122122 run : |
123- brew tap mitchellh/gon
124- brew install mitchellh/gon/gon
123+ wget -q https://github.com/ mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
124+ unzip gon_macos.zip -d /usr/local/bin
125125
126126 - name : Code sign and notarize app
127127 env :
@@ -282,10 +282,10 @@ jobs:
282282 security import ${{ env.INSTALLER_CERT_MAC_PATH }} -k ${{ env.KEYCHAIN }} -f pkcs12 -A -T /usr/bin/codesign -P ${{ secrets.INSTALLER_CERT_MAC_PASSWORD }}
283283 security set-key-partition-list -S apple-tool:,apple: -s -k ${{ secrets.KEYCHAIN_PASSWORD }} ${{ env.KEYCHAIN }}
284284
285- - name : Install gon via HomeBrew for code signing and app notarization
285+ - name : Install gon for code signing and app notarization
286286 run : |
287- brew tap mitchellh/gon
288- brew install mitchellh/gon/gon
287+ wget -q https://github.com/ mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
288+ unzip gon_macos.zip -d /usr/local/bin
289289
290290 - name : Write gon config to file
291291 # gon does not allow env variables in config file (https://github.com/mitchellh/gon/issues/20)
You can’t perform that action at this time.
0 commit comments