Skip to content

Commit 57b9113

Browse files
Changed the 'develop' branch to 'header_issue_in_custom_application' for testing the APK upload in the CI.
1 parent 8acac6c commit 57b9113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Retrieving Kiwix Android source code
18-
run: git clone --depth=1 --single-branch --branch develop https://github.com/kiwix/kiwix-android.git
18+
run: git clone --depth=1 --single-branch --branch header_issue_in_custom_application https://github.com/kiwix/kiwix-android.git
1919

2020
- name: Copying custom app configuration into Kiwix Android code base
2121
run: ./copy_files_to_kiwix_android.sh
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
- name: Retrieving Kiwix Android source code
63-
run: git clone --depth=1 --single-branch --branch develop https://github.com/kiwix/kiwix-android.git
63+
run: git clone --depth=1 --single-branch --branch header_issue_in_custom_application https://github.com/kiwix/kiwix-android.git
6464

6565
- name: Copying custom app configuration into Kiwix Android code base
6666
run: ./copy_files_to_kiwix_android.sh

0 commit comments

Comments
 (0)