updated and build windows only

This commit is contained in:
2020-09-26 12:32:11 +07:00
parent c167689434
commit 1ba45f2f3a
4 changed files with 8 additions and 8 deletions

View File

@@ -29,11 +29,11 @@ jobs:
- name: Publish
run: |
yarn run dist
- name: Cleanup artifacts Linux and macOS
if: matrix.os != 'windows-latest'
run: |
mkdir artifacts
cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
# - name: Cleanup artifacts Linux and macOS
# if: matrix.os != 'windows-latest'
# run: |
# mkdir artifacts
# cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
- name: Cleanup artifacts Windowns
if: matrix.os == 'windows-latest'
run: |