Fix checkrt bundling and remove legacy deploy script

This commit is contained in:
Zion Nimchuk 2024-10-03 10:23:56 -07:00 committed by Megamouse
parent 18c01f7151
commit 42b255a4a2
3 changed files with 2 additions and 52 deletions

View file

@ -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