Refactored the cd according to new feature of ABI splitting of Kiwix-Android. (#219)

This commit is contained in:
MohitMaliFtechiz 2025-04-03 16:25:22 +05:30 committed by GitHub
commit d91bcbe1e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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