This commit is contained in:
Sambo Chea 2020-02-13 17:13:09 +07:00
parent 837b66aad7
commit 3c2bb664ce
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Cleanup artifacts Windows, Linux and macOS
run: |
mkdir artifacts
mv dist/dev/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
mv -t dist/dev/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:

View File

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