1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00

update names

This commit is contained in:
Kyle Spearrin 2020-09-28 12:18:09 -04:00
parent 9f357cb2ac
commit 72beaa7ed8

View File

@ -266,11 +266,11 @@ jobs:
shell: pwsh
run: ./scripts/safari-build.ps1 -copyonly
- name: Build
- name: Build application (dev)
if: github.ref != 'refs/heads/master' && github.event_name != 'release'
run: npm run build
- name: Build for .dmg
- name: Build application (dist)
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
run: npm run dist:mac
env:
@ -296,7 +296,7 @@ jobs:
shell: pwsh
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'
run: npm run dist:mac:mas
env: