add back for build platforms

This commit is contained in:
Sambo Chea 2020-09-26 12:46:47 +07:00
parent 327bf355fc
commit 90868221b5

View File

@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [windows-latest]
steps:
- name: Starting Context
@ -30,11 +30,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: |