Update build.yml

This commit is contained in:
Preston 2020-05-27 17:59:38 -04:00 committed by GitHub
parent 76520100d0
commit e19429936d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -38,9 +38,15 @@ jobs:
with:
name: freetube-vue_0.8.0_amd64.AppImage
path: build/FreeTube-Vue-0.8.0.AppImage
- name: Upload Windows Exe Artifact
- name: Upload Windows .exe Artifact
uses: actions/upload-artifact@v2
if: startsWith(matrix.os, 'windows')
with:
name: freetube-vue-0.8.0-win
name: freetube-vue-0.8.0-win-portable
path: build/FreeTube-Vue-0.8.0-win.zip
- name: Upload Windows .zip Artifact
uses: actions/upload-artifact@v2
if: startsWith(matrix.os, 'windows')
with:
name: freetube-vue-0.8.0-setup.exe
path: build/FreeTube-Vue Setup 0.8.0.exe