chore: fix desktop workflow
This commit is contained in:
9
.github/workflows/desktop.dev.yml
vendored
9
.github/workflows/desktop.dev.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user