Skip to content

Commit

Permalink
Fixed bundle asset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gouri-panda committed Oct 19, 2023
1 parent f7f0157 commit c205e34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Retrieving Kiwix Android source code
run: git clone --depth=1 --single-branch --branch Issue#3505 https://github.com/kiwix/kiwix-android.git
run: git clone --depth=1 --single-branch --branch bundle_asset_issue https://github.com/kiwix/kiwix-android.git

- name: Copying custom app configuration into Kiwix Android code base
run: ./copy_files_to_kiwix_android.sh
Expand All @@ -39,9 +39,7 @@ jobs:
DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION: ${{ secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION }}
run: |
cd kiwix-android
./gradlew download${TAG^}ZimAndPutInAssetFolder
bundle${TAG^}Release
publish${TAG^}ReleaseBundleWithPlayAssetDelivery
eval "./gradlew publish${TAG^}ReleaseBundleWithPlayAssetDelivery"
publish_dummy_apk:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit c205e34

Please sign in to comment.