1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

decrypt desktop key

This commit is contained in:
Kyle Spearrin 2020-09-22 17:14:07 -04:00
parent a565925b8f
commit 1009b3b055
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
$decryptSecretPath = $($rootPath + "/.github/scripts/decrypt-secret.ps1");
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-deskop-key.p12.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-desktop-key.p12.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-app-cert.p12.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-installer-cert.p12.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename devid-app-cert.p12.gpg"

View File

@ -150,9 +150,9 @@ jobs:
- name: Run linter
run: npm run lint
# - name: Build Safari extension for .dmg
# shell: pwsh
# run: ./scripts/safari-build.ps1
- name: Build Safari extension for .dmg
shell: pwsh
run: ./scripts/safari-build.ps1
- name: Build application for .dmg
run: npm run dist:mac
@ -160,9 +160,9 @@ jobs:
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
# - name: Build Safari extension for App Store
# shell: pwsh
# run: ./scripts/safari-build.ps1 -mas
- name: Build Safari extension for App Store
shell: pwsh
run: ./scripts/safari-build.ps1 -mas
- name: Build application for App Store
run: npm run dist:mac:mas