splitting out the packages

This commit is contained in:
Joseph Flinn 2020-12-23 15:46:00 +00:00
parent 7ca96ffa29
commit 757c3f6208
1 changed files with 13 additions and 1 deletions

View File

@ -61,7 +61,19 @@ jobs:
run: npm run sub:init
- 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
shell: cmd