Update electron-sandbox.yml

This commit is contained in:
Sambo Chea 2020-02-13 19:43:17 +07:00 committed by GitHub
parent ad8edc6f1a
commit 797c0e3105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |