fixing syntax error

This commit is contained in:
Joseph Flinn 2021-01-15 22:33:03 +00:00
parent 292d87588f
commit 7e0616f39e
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.event.name == 'release'
if: github.event_name == 'release'
run: npm run publish:win
env:
ELECTRON_BUILDER_SIGN: 1