Task: Add build.js for build in cross platforms and all profiles in github actions
This commit is contained in:
5
.github/workflows/electron-sandbox.yml
vendored
5
.github/workflows/electron-sandbox.yml
vendored
@@ -28,7 +28,10 @@ jobs:
|
||||
yarn install
|
||||
- name: Publish
|
||||
run: |
|
||||
yarn run dist
|
||||
node build.js clinic && yarn dist
|
||||
node build.js dr && yarn dist
|
||||
node build.js em && yarn dist
|
||||
node build.js kesor && yarn dist
|
||||
- name: Cleanup artifacts Linux and macOS
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user