From edef41fb71f53df111ada0a139ad24895bb8f329 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 20 Nov 2024 08:08:35 +0300 Subject: [PATCH] ci: android: fix deploying APK to artifacts --- scripts/gha/build_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gha/build_android.sh b/scripts/gha/build_android.sh index e376b913..43802ca1 100755 --- a/scripts/gha/build_android.sh +++ b/scripts/gha/build_android.sh @@ -23,4 +23,4 @@ popd mkdir -p artifacts/ -mv android/app/build/outputs/apk/debug/app-continuous-signed.apk artifacts/xash3d-fwgs-android.apk +mv android/app/build/outputs/apk/continuous/app-continuous-signed.apk artifacts/xash3d-fwgs-android.apk