From 7187d4f67db7e1df08645114fc088257048b252d Mon Sep 17 00:00:00 2001 From: Briar <205427297+icybriarr@users.noreply.github.com> Date: Wed, 2 Apr 2025 14:34:59 +0200 Subject: [PATCH] ci: Use normal release build type for APK packing --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a033ceb1fe..cb8dda6497 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -243,11 +243,6 @@ jobs: BUILD_TYPE_LOWER="release" BUILD_TYPE_UPPER="Release" - if [ "${GITHUB_REPOSITORY}" == "eden-emulator/eden" ]; then - BUILD_TYPE_LOWER="relWithDebInfo" - BUILD_TYPE_UPPER="RelWithDebInfo" - fi - cp src/android/app/build/outputs/apk/"${BUILD_FLAVOR}/${BUILD_TYPE_LOWER}/app-${BUILD_FLAVOR}-${BUILD_TYPE_LOWER}.apk" \ "${ARTIFACTS_DIR}/${REV_NAME}.apk" || echo "APK not found"