We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb930bc commit 951acd7Copy full SHA for 951acd7
.github/workflows/build.yml
@@ -123,11 +123,13 @@ jobs:
123
- name: Build android release
124
if: github.ref_name == 'develop' || github.ref_name == 'master'
125
run: |
126
+ cd android
127
./gradlew assembleRelease
128
129
- name: Build android
130
if: github.ref_name != 'develop' && github.ref_name != 'master'
131
132
133
./gradlew assemble
134
135
- name: Upload build artifact
0 commit comments