fix: desktop (#1080)
This commit is contained in:
10
.github/workflows/desktop.dev.yml
vendored
10
.github/workflows/desktop.dev.yml
vendored
@@ -7,8 +7,15 @@ 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:
|
||||
@@ -20,8 +27,7 @@ jobs:
|
||||
with:
|
||||
node-version: '14.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: yarn setup
|
||||
- run: node ../../scripts/desktop/build.mjs appimage-x64
|
||||
- run: node scripts/build.mjs appimage-x64
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: 'AppImage'
|
||||
|
||||
Reference in New Issue
Block a user