From 797c0e3105c6000506be09ae116809dcbee662bc Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 13 Feb 2020 19:43:17 +0700 Subject: [PATCH] Update electron-sandbox.yml --- .github/workflows/electron-sandbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-sandbox.yml b/.github/workflows/electron-sandbox.yml index ae49a4c..e4d28a2 100644 --- a/.github/workflows/electron-sandbox.yml +++ b/.github/workflows/electron-sandbox.yml @@ -33,7 +33,7 @@ jobs: if: matrix.os != 'windows-latest' run: | mkdir artifacts - cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts + cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true - name: Cleanup artifacts Windowns if: matrix.os == 'windows-latest' run: |