1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

switching over to an npm script

This commit is contained in:
Joseph Flinn
2021-01-05 21:53:46 +00:00
parent a1a5405722
commit 078862e41b
2 changed files with 4 additions and 8 deletions

View File

@@ -64,16 +64,12 @@ jobs:
run: npm run lint
- name: Build application
run: |
npm run build
npm run clean:dist
run: npm run build
- name: Build & Sign
shell: pwsh
run: |
$certName = "`u{22}Bitwarden Inc`u{22}"
npx electron-builder --win --x64 --ia32 -p never -c.win.certificateSubjectName="`u{22}Bitwarden Inc`u{22}"
Write-Host "certName=$certName"
npm run build
npm run pack:win
env:
CSC_LINK: ${{ secrets.EB_SIGNING_CERT_IDENTIFIER_URL }}
CSC_KEY_PASSWORD: ${{ secrets.EB_SIGNING_CERT_KEY }}