1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 13:13:22 +00:00

comment out dmg build

This commit is contained in:
Kyle Spearrin
2020-09-23 13:36:16 -04:00
parent 88859c87d4
commit 6572c28347
2 changed files with 5 additions and 9 deletions

View File

@@ -164,11 +164,11 @@ jobs:
# shell: pwsh
# run: ./scripts/safari-build.ps1 -skipcheckout
- name: Build application for .dmg
run: npm run dist:mac
env:
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
# - name: Build application for .dmg
# run: npm run dist:mac
# env:
# APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
# APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
- name: Build Safari extension for App Store
shell: pwsh