1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00: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

@@ -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