Skip to content

Commit 951acd7

Browse files
committed
fix(build)
Signed-off-by: Marcel Klehr <[email protected]>
1 parent cb930bc commit 951acd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ jobs:
123123
- name: Build android release
124124
if: github.ref_name == 'develop' || github.ref_name == 'master'
125125
run: |
126+
cd android
126127
./gradlew assembleRelease
127128
128129
- name: Build android
129130
if: github.ref_name != 'develop' && github.ref_name != 'master'
130131
run: |
132+
cd android
131133
./gradlew assemble
132134
133135
- name: Upload build artifact

0 commit comments

Comments
 (0)