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