From 277339dcf79b3572cab3afc0df4308489bb659cb Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 13 Feb 2020 13:30:37 +0700 Subject: [PATCH] updated yml: --- .github/workflows/electron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index cc991f9..97282dc 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -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: |