This commit is contained in:
Sambo Chea 2020-02-13 13:37:45 +07:00
parent 277339dcf7
commit 79cfaac6b7

View File

@ -32,7 +32,7 @@ jobs:
if: matrix.os != 'windows-latest' if: matrix.os != 'windows-latest'
run: | run: |
mkdir artifacts mkdir artifacts
mv "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts mv dist/(*.exe,*.deb,*.AppImage,*.dmg) artifacts
- name: Cleanup artifacts Win - name: Cleanup artifacts Win
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
run: | run: |