mirror of https://github.com/PCSX2/pcsx2.git
CI : fix artifact name on linux builds
This commit is contained in:
parent
f03cddf674
commit
5dbdd5e5e4
|
@ -15,7 +15,7 @@ jobs:
|
||||||
uses: ./.github/workflows/linux_build_qt.yml
|
uses: ./.github/workflows/linux_build_qt.yml
|
||||||
with:
|
with:
|
||||||
jobName: "AppImage Build"
|
jobName: "AppImage Build"
|
||||||
artifactPrefixName: "PCSX2-linux-Qt-x64-appimage-sse4"
|
artifactPrefixName: "PCSX2-linux-Qt-x64-appimage"
|
||||||
compiler: clang
|
compiler: clang
|
||||||
cmakeflags: ""
|
cmakeflags: ""
|
||||||
buildAppImage: true
|
buildAppImage: true
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: ./.github/workflows/linux_build_flatpak.yml
|
uses: ./.github/workflows/linux_build_flatpak.yml
|
||||||
with:
|
with:
|
||||||
jobName: "Flatpak Build"
|
jobName: "Flatpak Build"
|
||||||
artifactPrefixName: "PCSX2-linux-Qt-x64-flatpak-sse4"
|
artifactPrefixName: "PCSX2-linux-Qt-x64-flatpak"
|
||||||
compiler: clang
|
compiler: clang
|
||||||
cmakeflags: ""
|
cmakeflags: ""
|
||||||
publish: false
|
publish: false
|
||||||
|
|
Loading…
Reference in New Issue