mirror of https://github.com/keeweb/keeweb
skipping code signing on windows
parent
17fbf9188d
commit
f8cbf51842
|
@ -179,7 +179,11 @@ jobs:
|
|||
echo $Env:MS_CODESIGN_PUBLIC_KEY_CLIENT > keys/code-signing/public-key-client.pem
|
||||
echo $Env:MS_CODESIGN_PUBLIC_KEY_SERVER > keys/code-signing/public-key-server.pem
|
||||
- name: Grunt
|
||||
if: ${{ github.repository == 'keeweb/keeweb' }}
|
||||
run: grunt desktop-win32
|
||||
- name: Grunt
|
||||
if: ${{ github.repository != 'keeweb/keeweb' }}
|
||||
run: grunt desktop-win32 --skip-sign
|
||||
- name: Upload ia32 exe artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue