diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3de27b6..9fe36b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Retrieving Kiwix Android source code - run: git clone --depth=1 --single-branch --branch Issue#3508 https://github.com/kiwix/kiwix-android.git + run: git clone --depth=1 --single-branch --branch develop https://github.com/kiwix/kiwix-android.git - name: Copying custom app configuration into Kiwix Android code base run: ./copy_files_to_kiwix_android.sh