Skip to content

Commit

Permalink
Reverted to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gouri-panda committed Oct 14, 2023
1 parent 6f41735 commit b239294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 header_issue_in_custom_application https://github.com/kiwix/kiwix-android.git
run: git clone --depth=1 --single-branch --branch Revert_to_Bundle_for_dwds 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,4 +39,4 @@ jobs:
DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION: ${{ secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION }}
run: |
cd kiwix-android
eval "./gradlew bundle${TAG^}Release"
eval "./gradlew publish${TAG^}ReleaseBundleWithExpansionFile"

0 comments on commit b239294

Please sign in to comment.