1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

splitting out the packages

This commit is contained in:
Joseph Flinn 2020-12-23 15:46:00 +00:00
parent 7ca96ffa29
commit 757c3f6208

View File

@ -61,7 +61,19 @@ jobs:
run: npm run sub:init run: npm run sub:init
- name: Build - name: Build
run: npm run dist run: npm run build:prod
- name: Clean Build
run: npm run clean
- name: Package Windows
run: pkg . --targets win-x64 --output ./dist/windows/bw.exe
- name: Package Mac
run: pkg . --targets macos-x64 --output ./dist/macos/bw
- name: Package Linux
run: pkg . --targets linux-x64 --output ./dist/linux/bw
- name: Zip - name: Zip
shell: cmd shell: cmd