mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
update names
This commit is contained in:
parent
9f357cb2ac
commit
72beaa7ed8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -266,11 +266,11 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ./scripts/safari-build.ps1 -copyonly
|
run: ./scripts/safari-build.ps1 -copyonly
|
||||||
|
|
||||||
- name: Build
|
- name: Build application (dev)
|
||||||
if: github.ref != 'refs/heads/master' && github.event_name != 'release'
|
if: github.ref != 'refs/heads/master' && github.event_name != 'release'
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Build for .dmg
|
- name: Build application (dist)
|
||||||
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||||
run: npm run dist:mac
|
run: npm run dist:mac
|
||||||
env:
|
env:
|
||||||
@ -296,7 +296,7 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ./scripts/safari-build.ps1 -mas -copyonly
|
run: ./scripts/safari-build.ps1 -mas -copyonly
|
||||||
|
|
||||||
- name: Build for App Store
|
- name: Build application for App Store
|
||||||
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||||
run: npm run dist:mac:mas
|
run: npm run dist:mac:mas
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user