Skip to content

Commit 588a641

Browse files
committed
CI: build full and lite sequentially to fix kapt race condition
1 parent 9a01603 commit 588a641

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,11 @@ jobs:
122122
echo "sdk.dir=$ANDROID_HOME" > local.properties
123123
echo "CONFIG_ENCRYPTION_KEY=$CONFIG_ENCRYPTION_KEY" >> local.properties
124124
125-
- name: Build Release APK
126-
run: ./gradlew assembleRelease --no-daemon
125+
- name: Build Full Release APK
126+
run: ./gradlew assembleFullRelease --no-daemon
127+
128+
- name: Build Lite Release APK
129+
run: ./gradlew assembleLiteRelease --no-daemon
127130

128131
- name: Collect release APKs
129132
run: |

0 commit comments

Comments
 (0)