From 0fd2a752053fbc2a2f8cb60daffc9b21df11fdb9 Mon Sep 17 00:00:00 2001 From: n3t1zen Date: Tue, 5 May 2026 19:44:09 +0800 Subject: [PATCH] fix another build error --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea4d907..cd10d0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,6 @@ build-android: cd ../.. mkdir -p dist # prepare upload cp clients/android/app/build/outputs/apk/other/release/*arm64-v8a.apk dist - cp clients/android/app/build/outputs/apk/otherLegacy/release/*arm64-v8a.apk dist VERSION_CODE=$(grep VERSION_CODE clients/android/version.properties | cut -d= -f2) VERSION_NAME=$(grep VERSION_NAME clients/android/version.properties | cut -d= -f2) variables: