Rename Linux portable artifacts

This commit is contained in:
Preston 2020-09-26 22:02:32 -04:00 committed by GitHub
parent 4a1c1a8b04
commit 49451a19a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,13 +32,13 @@ jobs:
uses: actions/upload-artifact@v2
if: startsWith(matrix.os, 'ubuntu')
with:
name: freetube-vue_0.8.0_portable_x64.zip
name: freetube-vue_0.8.0_linux_portable_x64
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
name: freetube-vue_0.8.0_linux_portable_arm64
path: build/freetube-vue-0.8.0-arm64.zip
- name: Upload .deb x64 Artifact
uses: actions/upload-artifact@v2