Rename Alpine x64 Build to be consistent with the rest of the builds

This commit is contained in:
Preston 2020-07-21 20:24:40 -04:00
parent 420db59ae4
commit 97972f045b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
if: startsWith(matrix.os, 'ubuntu') if: startsWith(matrix.os, 'ubuntu')
with: with:
name: freetube-vue_0.8.0_alpine_x64.apk name: freetube-vue_0.8.0_alpine_amd64.apk
path: build/freetube-vue-0.8.0.apk path: build/freetube-vue-0.8.0.apk
- name: Upload Alpine .apk ARM Artifact - name: Upload Alpine .apk ARM Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2