diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44df9331c..c02e74dc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/