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:
|
||||
matrix:
|
||||
# os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
os: [windows-latest]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
# os: [windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Starting Context
|
||||
@ -30,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: |
|
||||
|
Loading…
Reference in New Issue
Block a user