fix: desktop (#1080)

This commit is contained in:
Mo
2022-06-09 18:01:00 -05:00
committed by GitHub
parent 9c65d64200
commit 6801c3dd3b
16 changed files with 296 additions and 1259 deletions

View File

@@ -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'