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:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
# os: [windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Starting Context
|
||||
@@ -29,11 +30,11 @@ jobs:
|
||||
- name: Publish
|
||||
run: |
|
||||
yarn run dist
|
||||
# - name: Cleanup artifacts Linux and macOS
|
||||
# if: matrix.os != 'windows-latest'
|
||||
# run: |
|
||||
# mkdir artifacts
|
||||
# cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
|
||||
- name: Cleanup artifacts Linux and macOS
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
|
||||
- name: Cleanup artifacts Windowns
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"start": "yarn && cross-env DR_URL=https://clinic.cubetiqs.com?platform=desktop electron ./main",
|
||||
"pack": "electron-builder --dir",
|
||||
"dist": "electron-builder",
|
||||
"dist": "electron-builder --publish never",
|
||||
"builder-help": "electron-builder --help",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user