chore: desktop workflow

This commit is contained in:
Mo
2022-06-11 20:42:01 -05:00
parent 3b70495836
commit b9f02cf7b1
2 changed files with 27 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
name: Desktop Dev
name: Desktop Release (Test)
on:
workflow_dispatch:
@@ -29,8 +29,9 @@ jobs:
run: yarn run electron-builder --linux --x64 --ia32 -c.linux.target=AppImage --publish=never
- name: Snap
run: yarn run webpack --config desktop.webpack.prod.js --env snap'
run: yarn run electron-builder --linux --x64 -c.linux.target=snap --publish=never
run: |
yarn run webpack --config desktop.webpack.prod.js --env snap'
yarn run electron-builder --linux --x64 -c.linux.target=snap --publish=never
- name: Upload
uses: actions/upload-artifact@v3.0.0