Rename Alpine x64 Build to be consistent with the rest of the builds
This commit is contained in:
parent
420db59ae4
commit
97972f045b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue