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: strategy:
matrix: matrix:
# os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest] # os: [windows-latest]
steps: steps:
- name: Starting Context - name: Starting Context
@ -30,11 +30,11 @@ jobs:
- name: Publish - name: Publish
run: | run: |
yarn run dist yarn run dist
# - name: Cleanup artifacts Linux and macOS - name: Cleanup artifacts Linux and macOS
# if: matrix.os != 'windows-latest' if: matrix.os != 'windows-latest'
# run: | run: |
# mkdir artifacts mkdir artifacts
# cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true cp -R dist/{*.deb,*.dmg,*.AppImage} artifacts || true
- name: Cleanup artifacts Windowns - name: Cleanup artifacts Windowns
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
run: | run: |