Update build.yml
This commit is contained in:
parent
37622e1f7b
commit
4b35c42510
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue