android: add task to collect APKs

This commit is contained in:
Harsh Shandilya 2022-03-09 01:14:40 +05:30
parent 91d97e0696
commit 78771c86bf
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 50 additions and 1 deletions

View file

@ -86,7 +86,7 @@ jobs:
- name: Build release app
uses: gradle/gradle-build-action@v2.1.3
with:
arguments: :android:assembleRelease --no-configuration-cache
arguments: collectReleaseApks --no-configuration-cache
- name: Clean secrets
run: scripts/signing-cleanup.sh