Fix pacman naming
This commit is contained in:
parent
1af1cf2b8d
commit
adf2fff7ad
|
@ -123,7 +123,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
|
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
|
||||||
with:
|
with:
|
||||||
name: freetube_0.9.1_pacman_arm64.pacman
|
name: freetube_0.9.1_pacman_amd64.pacman
|
||||||
path: build/freetube-0.9.1.pacman
|
path: build/freetube-0.9.1.pacman
|
||||||
|
|
||||||
- name: Upload Web Build
|
- name: Upload Web Build
|
||||||
|
|
Loading…
Reference in New Issue