Update electron.yml

This commit is contained in:
Sambo Chea 2020-02-13 13:41:03 +07:00 committed by GitHub
parent 79cfaac6b7
commit e8ec72c360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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