fixing release build

This commit is contained in:
Joseph Flinn 2021-01-15 21:58:21 +00:00
parent f76a247fa4
commit effe1cd504
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ jobs:
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
- name: Build, Sign & Release
if: github.ref == 'release'
if: github.event.name == 'release'
run: npm run publish:win
env:
ELECTRON_BUILDER_SIGN: 1