From 49451a19a1857d96ca9cd2b09a6a35c988eb104a Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 26 Sep 2020 22:02:32 -0400 Subject: [PATCH] Rename Linux portable artifacts --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2680a5a7e..de17be763 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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