chore: desktop workflow

This commit is contained in:
Mo
2022-06-12 07:02:38 -05:00
parent c06821d76b
commit 1b523c2dd3
2 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build
- run: yarn build:web:all
Linux:
@@ -23,7 +23,7 @@ jobs:
needs: build
defaults:
run:
working-directory: ./packages/desktop
working-directory: packages/desktop
steps:
- name: Compile for AppImage
run: yarn run webpack --config desktop.webpack.prod.js
@@ -46,7 +46,7 @@ jobs:
needs: [Linux]
defaults:
run:
working-directory: ./packages/desktop
working-directory: packages/desktop
steps:
- uses: actions/download-artifact@v3
with: