skipping code signing on windows

This commit is contained in:
antelle 2020-06-02 12:43:05 +02:00
parent 17fbf9188d
commit f8cbf51842
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 4 additions and 0 deletions

View File

@ -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: