add back for build platforms
This commit is contained in:
parent
327bf355fc
commit
90868221b5
14
.github/workflows/electron-sandbox.yml
vendored
14
.github/workflows/electron-sandbox.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
os: [windows-latest]
|
# os: [windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Starting Context
|
- name: Starting Context
|
||||||
@ -30,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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user