Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90868221b5 | |||
| 327bf355fc | |||
| b999578e21 |
11
.github/workflows/electron-sandbox.yml
vendored
11
.github/workflows/electron-sandbox.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
# os: [windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Starting Context
|
- name: Starting Context
|
||||||
@@ -29,11 +30,11 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
yarn run dist
|
yarn run dist
|
||||||
# - name: Cleanup artifacts Linux and macOS
|
- name: Cleanup artifacts Linux and macOS
|
||||||
# if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
# run: |
|
run: |
|
||||||
# mkdir artifacts
|
mkdir artifacts
|
||||||
# cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
|
cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
|
||||||
- name: Cleanup artifacts Windowns
|
- name: Cleanup artifacts Windowns
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
"postinstall": "electron-builder install-app-deps",
|
"postinstall": "electron-builder install-app-deps",
|
||||||
"start": "yarn && cross-env DR_URL=https://clinic.cubetiqs.com?platform=desktop electron ./main",
|
"start": "yarn && cross-env DR_URL=https://clinic.cubetiqs.com?platform=desktop electron ./main",
|
||||||
"pack": "electron-builder --dir",
|
"pack": "electron-builder --dir",
|
||||||
"dist": "electron-builder",
|
"dist": "electron-builder --publish never",
|
||||||
"builder-help": "electron-builder --help",
|
"builder-help": "electron-builder --help",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user