Fix .zip build naming

This commit is contained in:
Preston 2020-07-21 20:02:25 -04:00
parent 1c47c2c3d6
commit 420db59ae4
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
with:
name: freetube-vue_0.8.0_portable_x64.zip
path: build/freetube-vue_0.8.0.zip
path: build/freetube-vue-0.8.0.zip
- name: Upload Linux .zip ARM Artifact
uses: actions/upload-artifact@v2
if: startsWith(matrix.os, 'ubuntu')
with:
name: freetube-vue_0.8.0_portable_arm64.zip
path: build/freetube-vue_0.8.0-arm64.zip
path: build/freetube-vue-0.8.0-arm64.zip
- name: Upload .deb x64 Artifact
uses: actions/upload-artifact@v2
if: startsWith(matrix.os, 'ubuntu')