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

View File

@ -180,10 +180,7 @@ jobs:
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 (without signing)
if: ${{ github.repository != 'keeweb/keeweb' }}
run: grunt desktop-win32 --skip-sign
run: grunt desktop-win32 ${{ github.repository != 'keeweb/keeweb' && '--skip-sign' || '' }}
- name: Upload ia32 exe artifact
uses: actions/upload-artifact@v1
with: