Upload APKs after CI
This commit is contained in:
parent
2819545a43
commit
80d8b6dd88
|
@ -30,4 +30,9 @@ jobs:
|
||||||
run: ./gradlew assembleConversationsFreeCompatDebug
|
run: ./gradlew assembleConversationsFreeCompatDebug
|
||||||
- name: Build Conversations (System)
|
- name: Build Conversations (System)
|
||||||
run: ./gradlew assembleConversationsFreeSystemDebug
|
run: ./gradlew assembleConversationsFreeSystemDebug
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Conversations all-flavors (debug)
|
||||||
|
path: ./build/outputs/apk/**/debug/Conversations-*.apk
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue