Skip to content

Commit

Permalink
update the branch name to test beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gouri-panda committed Oct 20, 2023
1 parent 08cc52b commit bdbaaaf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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 develop https://github.com/kiwix/kiwix-android.git
run: git clone --depth=1 --single-branch --branch Issue#3509 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 Down Expand Up @@ -83,11 +83,9 @@ jobs:
id: bundle-path
run: |
BUNDLE_PATH="kiwix-android/custom/build/outputs/bundle/${TAG}Release/*${TAG}*.aab"
FILE_NAME="org.kiwix.kiwixcustom${TAG}_dummy.aab"
echo "::set-output name=bundle_path::$BUNDLE_PATH"
echo "::set-output name=file_name::$FILE_NAME"
echo "::set-output name=bundle_path::$BUNDLE_PATH"
- name: Upload APK as an artifact
uses: actions/upload-artifact@v2
with:
name: ${{ steps.bundle-path.outputs.file_name }}
name: "Dummy Bundle for play store"
path: ${{ steps.bundle-path.outputs.bundle_path }}

0 comments on commit bdbaaaf

Please sign in to comment.