From e19429936deb79927684cf4e2d3f7fd90f69d55c Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 27 May 2020 17:59:38 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 675a81ce..6ca052ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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