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