Skip to content

Commit 57445c1

Browse files
Testing abi disable feature with dwds app.
1 parent d91bcbe commit 57445c1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: .github/workflows/cd.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: CD
33
on:
44
release:
55
types: [published]
6+
push:
67
branches:
7-
- main
8+
- '**'
89

910
jobs:
1011
publish:
@@ -21,13 +22,13 @@ jobs:
2122
distribution: temurin
2223

2324
- name: Retrieving Kiwix Android source code
24-
run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git
25+
run: git clone --depth=1 --single-branch --branch minor_improvement_in_uploading_aab_for_custom_aaps https://github.com/kiwix/kiwix-android.git
2526

2627
- name: Copying custom app configuration into Kiwix Android code base
2728
run: ./copy_files_to_kiwix_android.sh
2829

2930
- name: Set tag variable
30-
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
31+
run: echo "TAG=dwds" >> $GITHUB_ENV
3132

3233
- name: Install jq
3334
run: sudo apt-get install -y jq
@@ -89,7 +90,7 @@ jobs:
8990
distribution: temurin
9091

9192
- name: Retrieving Kiwix Android source code
92-
run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git
93+
run: git clone --depth=1 --single-branch --branch minor_improvement_in_uploading_aab_for_custom_aaps https://github.com/kiwix/kiwix-android.git
9394

9495
- name: Copying custom app configuration into Kiwix Android code base
9596
run: ./copy_files_to_kiwix_android.sh
@@ -98,7 +99,7 @@ jobs:
9899
run: sudo apt-get install -y jq
99100

100101
- name: Set tag variable
101-
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
102+
run: echo "TAG=dwds" >> $GITHUB_ENV
102103

103104
- name: Should upload dummy Bundle
104105
run: |

0 commit comments

Comments
 (0)