mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Fix checkrt bundling and remove legacy deploy script
This commit is contained in:
parent
18c01f7151
commit
42b255a4a2
3 changed files with 2 additions and 52 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-legacy.sh "x86_64"
|
||||
.ci/deploy-linux.sh "x86_64"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue