mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
comment out dmg build
This commit is contained in:
parent
88859c87d4
commit
6572c28347
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user