updated dirg

This commit is contained in:
Sambo Chea 2020-02-13 16:48:27 +07:00
parent 646d13ae22
commit c6b0bbc794
2 changed files with 4 additions and 4 deletions

View File

@ -33,12 +33,12 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
mkdir artifacts
cp -R "dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
cp -R "dist/dev/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
- name: Cleanup artifacts Windowns for Dev
if: matrix.os == 'windows-latest'
run: |
mkdir artifacts
cp -R dist/*.exe artifacts
cp -R dist/dev/*.exe artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:

View File

@ -33,12 +33,12 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
mkdir artifacts
mv -r dist/*.deb artifacts || true
mv -r dist/sandbox/*.deb artifacts || true
- name: Cleanup artifacts Windowns
if: matrix.os == 'windows-latest'
run: |
mkdir artifacts
mv -r dist/*.exe artifacts
mv -r dist/sandbox/*.exe artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v1
with: