Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-08-27 10:47:55 +0300
committerGitHub <noreply@github.com>2021-08-27 10:47:55 +0300
commit80d8b6dd880fc51aa928eee4056159e72df796a6 (patch)
tree3b58f9199fe05a43311c5dd7e3c7730b367baa7a /.github
parent2819545a43e98cd1224262eb624b4b16a052e9ec (diff)
Upload APKs after CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 2c0861ffb..badbbf5d7 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -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
+