removed publishReleaseApk to assembleRelease in download.kiwix.org

This commit is contained in:
Gouri Panda 2021-09-13 15:42:35 +05:30
parent a0bb91b117
commit e11613bd4a

View File

@ -45,7 +45,7 @@ jobs:
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
UNIVERSAL_RELEASE_APK: app/build/outputs/apk/release/*universal*.apk
run: |
./gradlew publishReleaseApk
./gradlew assembleRelease
cp $UNIVERSAL_RELEASE_APK kiwix-${TAG}.apk
scp -vrp -i ssh_key -o StrictHostKeyChecking=no kiwix-${TAG}.apk ci@download.kiwix.org:/data/download/release/kiwix-android/