Upload apk on play store instead of uploading the app bundle

This commit is contained in:
MohitMaliFtechiz 2023-05-25 18:13:36 +05:30
parent dbd664fdf6
commit 18079df047

View File

@ -36,4 +36,4 @@ jobs:
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
run: |
cd kiwix-android
eval "./gradlew publish${TAG^}ReleaseBundleWithExpansionFile"
eval "./gradlew publish${TAG^}ReleaseApkWithExpansionFile"