File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ jobs:
118
118
security import ${{ env.INSTALLER_CERT_MAC_PATH }} -k ${{ env.KEYCHAIN }} -f pkcs12 -A -T /usr/bin/codesign -P ${{ secrets.INSTALLER_CERT_MAC_PASSWORD }}
119
119
security set-key-partition-list -S apple-tool:,apple: -s -k ${{ secrets.KEYCHAIN_PASSWORD }} ${{ env.KEYCHAIN }}
120
120
121
- - name : Install gon via HomeBrew for code signing and app notarization
121
+ - name : Install gon for code signing and app notarization
122
122
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
125
125
126
126
- name : Code sign and notarize app
127
127
env :
@@ -282,10 +282,10 @@ jobs:
282
282
security import ${{ env.INSTALLER_CERT_MAC_PATH }} -k ${{ env.KEYCHAIN }} -f pkcs12 -A -T /usr/bin/codesign -P ${{ secrets.INSTALLER_CERT_MAC_PASSWORD }}
283
283
security set-key-partition-list -S apple-tool:,apple: -s -k ${{ secrets.KEYCHAIN_PASSWORD }} ${{ env.KEYCHAIN }}
284
284
285
- - name : Install gon via HomeBrew for code signing and app notarization
285
+ - name : Install gon for code signing and app notarization
286
286
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
289
289
290
290
- name : Write gon config to file
291
291
# 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