From fea5f32f999709f8feabd2594fde4a43b2e16ef5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 13 Feb 2020 13:52:27 +0700 Subject: [PATCH] Update electron.yml --- .github/workflows/electron.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index cc18846..c3ebbb1 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -32,22 +32,12 @@ jobs: if: matrix.os != 'windows-latest' run: | mkdir artifacts - mv 'dist/(*.exe,*.deb,*.AppImage,*.dmg)' artifacts || true + mv "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true - name: Cleanup artifacts Win if: matrix.os == 'windows-latest' run: | mkdir artifacts mv dist/*.exe artifacts - - name: Cleanup artifacts Mac - if: matrix.os == 'macOS-latest' - run: | - mkdir artifacts - mv dist/*.dmg artifacts - - name: Cleanup artifacts Ubuntu - if: matrix.os == 'ubuntu-latest' - run: | - mkdir artifacts - mv dist/*.deb artifacts - name: Upload artifacts uses: actions/upload-artifact@v1 with: