Task: Add multiple profiles and add lib for custom build profile and fixed in sandbox clinic

This commit is contained in:
2021-08-09 11:04:43 +07:00
parent afd81b1dfb
commit 57ca98a652
15 changed files with 43 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
name: Sandbox Clinic Desktop
name: Sandbox Clinic System
on: [push]
@@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [windows-latest]
steps:
- name: Starting Context
@@ -20,16 +19,16 @@ jobs:
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Use Node.js 10.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16.x
- name: yarn install
run: |
yarn install
- name: Publish
run: |
yarn run dist
yarn run dist
- name: Cleanup artifacts Linux and macOS
if: matrix.os != 'windows-latest'
run: |