Task: Add multiple profiles and add lib for custom build profile and fixed in sandbox clinic
This commit is contained in:
9
.github/workflows/electron-sandbox.yml
vendored
9
.github/workflows/electron-sandbox.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user