From e8ec72c360d84bdf8806f4a73e71620439350a71 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 13 Feb 2020 13:41:03 +0700 Subject: [PATCH] Update electron.yml --- .github/workflows/electron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 235771c..9f52cee 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -32,7 +32,7 @@ jobs: if: matrix.os != 'windows-latest' run: | mkdir artifacts - mv dist/(*.exe,*.deb,*.AppImage,*.dmg) artifacts + mv 'dist/(*.exe,*.deb,*.AppImage,*.dmg)' artifacts - name: Cleanup artifacts Win if: matrix.os == 'windows-latest' run: |