Task: Add build.js for build in cross platforms and all profiles in github actions

This commit is contained in:
2021-08-09 12:09:51 +07:00
parent b8fcde6a0d
commit b4c173759c
2 changed files with 66 additions and 1 deletions

View File

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