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

View File

@ -31,11 +31,7 @@ if(-not $skipcheckout) {
New-Item $distSafariDir -ItemType Directory -ea 0
}
ls
cd $distDir
ls
cd $distSafariDir
ls
if(-not $skipcheckout) {
git clone git@github.com:bitwarden/browser.git