File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
release :
5
5
types : [published]
6
+ push :
6
7
branches :
7
- - main
8
+ - ' ** '
8
9
9
10
jobs :
10
11
publish :
@@ -21,13 +22,13 @@ jobs:
21
22
distribution : temurin
22
23
23
24
- 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
25
26
26
27
- name : Copying custom app configuration into Kiwix Android code base
27
28
run : ./copy_files_to_kiwix_android.sh
28
29
29
30
- name : Set tag variable
30
- run : echo "TAG=$(echo ${GITHUB_REF:10}) " >> $GITHUB_ENV
31
+ run : echo "TAG=dwds " >> $GITHUB_ENV
31
32
32
33
- name : Install jq
33
34
run : sudo apt-get install -y jq
89
90
distribution : temurin
90
91
91
92
- 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
93
94
94
95
- name : Copying custom app configuration into Kiwix Android code base
95
96
run : ./copy_files_to_kiwix_android.sh
98
99
run : sudo apt-get install -y jq
99
100
100
101
- name : Set tag variable
101
- run : echo "TAG=$(echo ${GITHUB_REF:10}) " >> $GITHUB_ENV
102
+ run : echo "TAG=dwds " >> $GITHUB_ENV
102
103
103
104
- name : Should upload dummy Bundle
104
105
run : |
You can’t perform that action at this time.
0 commit comments