Move x64 appimage builder to its own legacy script

This commit is contained in:
kd-11 2024-10-01 13:20:17 +03:00 committed by kd-11
parent 96e495c61d
commit 79614562b9
3 changed files with 50 additions and 7 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.sh "x86_64"
.ci/deploy-linux-legacy.sh "x86_64"
fi