updated yml:
This commit is contained in:
parent
f785f51180
commit
277339dcf7
4
.github/workflows/electron.yml
vendored
4
.github/workflows/electron.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Sandbox Clinic Electron CD
|
name: Sandbox Clinic Desktop
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
|
mv "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts
|
||||||
- name: Cleanup artifacts Win
|
- name: Cleanup artifacts Win
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user