mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
dont build safari
This commit is contained in:
parent
9dfabf8eb8
commit
0e6824d3f4
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -140,17 +140,17 @@ jobs:
|
||||
run: ./.github/scripts/macos/setup-profiles.ps1
|
||||
shell: pwsh
|
||||
|
||||
- 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
|
||||
shell: pwsh
|
||||
run: npm run dist:mac
|
||||
|
||||
- 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
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user