updated yml:

This commit is contained in:
Sambo Chea 2020-02-13 13:30:37 +07:00
parent f785f51180
commit 277339dcf7

View File

@ -1,4 +1,4 @@
name: Sandbox Clinic Electron CD
name: Sandbox Clinic Desktop
on: [push]
@ -32,7 +32,7 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
mkdir artifacts
mv "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
mv "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts
- name: Cleanup artifacts Win
if: matrix.os == 'windows-latest'
run: |