chore: fix desktop workflow

This commit is contained in:
Mo
2022-06-09 22:48:14 -05:00
parent 860da7aa9d
commit efae18af83

View File

@@ -7,12 +7,11 @@ on:
paths:
- packages/desktop/**
workflow_dispatch:
pull_request:
paths:
- packages/desktop/**
jobs:
setup:
steps:
- run: yarn install
- run: yarn build:web:front
build:
runs-on: ubuntu-latest
defaults:
@@ -24,6 +23,8 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build:web:front
- run: node scripts/build.mjs appimage-x64
- uses: actions/upload-artifact@v2
with: