mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
android: add task to collect APKs
This commit is contained in:
parent
91d97e0696
commit
78771c86bf
2 changed files with 50 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue