From 47d181aa92dd0a5183a05e9a615541a50b5f2b24 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 1 Oct 2025 14:53:27 +0800 Subject: [PATCH] scripts: gha: always build tarball with engine even if AppImage port is available --- scripts/gha/build_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gha/build_linux.sh b/scripts/gha/build_linux.sh index 3f87244e..97540580 100755 --- a/scripts/gha/build_linux.sh +++ b/scripts/gha/build_linux.sh @@ -131,6 +131,6 @@ build_dedicated_tarball if [ -x appimagetool.AppImage ]; then build_appimage -else - build_engine_tarball fi + +build_engine_tarball