From 303776548ef6ae671d88157748649d797fc00329 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 3 Apr 2025 15:44:11 +0530 Subject: [PATCH] Refactored the `cd` according to new feature of ABI splitting of Kiwix-Android. * We have refactored our cd to set the `APK_BUILD` env variable when we upload the APK on playstore so that ABI splitting will enable for that custom app. --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c59047e..1992828 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -57,6 +57,7 @@ jobs: if [ "$should_publish_bundle" == 'true' ]; then echo "should_publish_bundle=true" >> $GITHUB_ENV else + echo "APK_BUILD=true" >> $GITHUB_ENV echo "should_publish_bundle=false" >> $GITHUB_ENV fi