Update build.yml

This commit is contained in:
Preston 2020-05-29 10:02:54 -04:00 committed by GitHub
parent 37622e1f7b
commit 4b35c42510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
@ -62,3 +62,9 @@ jobs:
with:
name: freetube-vue-0.8.0-setup-x64.exe
path: build/FreeTube-Vue Setup 0.8.0.exe
- name: Upload Mac .dmg Artifact
uses: actions/upload-artifact@v2
if: startsWith(matrix.os, 'macos')
with:
name: freetube-vue-0.8.0.dmg
path: build/FreeTube-Vue-0.8.0.dmg