mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
fixing release build
This commit is contained in:
parent
f76a247fa4
commit
effe1cd504
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user