This commit is contained in:
Sambo Chea 2020-02-13 17:33:46 +07:00
parent d62dd46189
commit 5287290c76
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
mkdir artifacts
mv -t dist/dev/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
mv dist/dev/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
- name: Cleanup artifacts Windowns
if: matrix.os == 'windows-latest'
run: |

View File

@ -33,7 +33,7 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
mkdir artifacts
mv -t dist/sandbox/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
mv dist/sandbox/{*.deb,*.dmg,*.AppImage} artifacts
- name: Cleanup artifacts Windowns
if: matrix.os == 'windows-latest'
run: |