diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d9b99c2..1c02afe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,9 @@ jobs: DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION: ${{ secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION }} run: | cd kiwix-android - eval "./gradlew publish${TAG^}ReleaseBundleWithPlayAssetDelivery" + ./gradlew download${TAG^}ZimAndPutInAssetFolder + bundle${TAG^}Release + publish${TAG^}ReleaseBundleWithPlayAssetDelivery publish_dummy_apk: runs-on: ubuntu-22.04