chore: desktop workflow

This commit is contained in:
Mo
2022-06-12 07:21:25 -05:00
parent 1b523c2dd3
commit 505dd334ac

View File

@@ -4,8 +4,11 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: Linux:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/desktop
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Ruby - name: Set up Ruby
@@ -17,14 +20,6 @@ jobs:
- run: yarn install - run: yarn install
- run: yarn build:web:all - run: yarn build:web:all
Linux:
runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: packages/desktop
steps:
- name: Compile for AppImage - name: Compile for AppImage
run: yarn run webpack --config desktop.webpack.prod.js run: yarn run webpack --config desktop.webpack.prod.js
- name: AppImage - name: AppImage