Upload APKs after CI

This commit is contained in:
Daniel Gultsch 2021-08-27 07:47:55 +00:00 committed by GitHub
parent 2819545a43
commit 80d8b6dd88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,4 +30,9 @@ jobs:
run: ./gradlew assembleConversationsFreeCompatDebug
- name: Build Conversations (System)
run: ./gradlew assembleConversationsFreeSystemDebug
- uses: actions/upload-artifact@v2
with:
name: Conversations all-flavors (debug)
path: ./build/outputs/apk/**/debug/Conversations-*.apk