This commit is contained in:
antelle 2020-06-03 09:58:57 +02:00
parent 312b08ca99
commit 21ff37d82e
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ 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 ${{ github.repository != 'keeweb/keeweb' && '--skip-sign' || '' }}
- name: Upload ia32 exe artifact
uses: actions/upload-artifact@v1