mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
Move x64 appimage builder to its own legacy script
This commit is contained in:
parent
96e495c61d
commit
79614562b9
3 changed files with 50 additions and 7 deletions
|
@ -61,5 +61,5 @@ shellcheck .ci/*.sh
|
|||
} && SHOULD_DEPLOY="true" || SHOULD_DEPLOY="false"
|
||||
|
||||
if [ "$build_status" -eq 0 ] && [ "$SHOULD_DEPLOY" = "true" ]; then
|
||||
.ci/deploy-linux.sh "x86_64"
|
||||
.ci/deploy-linux-legacy.sh "x86_64"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue