mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
dont use powershell for dist
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -145,7 +145,6 @@ jobs:
|
|||||||
# run: ./scripts/safari-build.ps1
|
# run: ./scripts/safari-build.ps1
|
||||||
|
|
||||||
- name: Build application for .dmg
|
- name: Build application for .dmg
|
||||||
shell: pwsh
|
|
||||||
run: npm run dist:mac
|
run: npm run dist:mac
|
||||||
|
|
||||||
# - name: Build Safari extension for App Store
|
# - name: Build Safari extension for App Store
|
||||||
@@ -153,5 +152,4 @@ jobs:
|
|||||||
# run: ./scripts/safari-build.ps1 -mas
|
# run: ./scripts/safari-build.ps1 -mas
|
||||||
|
|
||||||
- name: Build application for App Store
|
- name: Build application for App Store
|
||||||
shell: pwsh
|
|
||||||
run: npm run dist:mac:mas
|
run: npm run dist:mac:mas
|
||||||
|
|||||||
Reference in New Issue
Block a user