skipping code signing on windows

pull/1541/head
antelle 3 years ago
parent 17fbf9188d
commit f8cbf51842
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -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…
Cancel
Save