Skip to content

Commit

Permalink
Checking is bundle contains the asset or not
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Oct 18, 2023
1 parent 8754830 commit f2aa81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION: ${{ secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION }}
run: |
cd kiwix-android
eval "./gradlew publish${TAG^}ReleaseBundleWithPlayAssetDelivery"
eval "bash test_play_asset_contains_in_bundle.sh"
publish_dummy_apk:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit f2aa81c

Please sign in to comment.