This commit is contained in:
Sambo Chea 2020-02-13 17:41:51 +07:00
parent 5287290c76
commit 30319c0d8c
2 changed files with 3 additions and 3 deletions

View File

@ -33,12 +33,12 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
mkdir artifacts
mv dist/dev/{*.deb,*.exe,*.dmg,*.AppImage} artifacts
cp -R dist/dev/* artifacts
- name: Cleanup artifacts Windowns
if: matrix.os == 'windows-latest'
run: |
mkdir artifacts
mv dist/sandbox/*.exe artifacts
mv dist/dev/*.exe 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,*.dmg,*.AppImage} artifacts
cp -R dist/sandbox/* artifacts
- name: Cleanup artifacts Windowns
if: matrix.os == 'windows-latest'
run: |