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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-02-27 09:32:45 +0300
committerstefan-niedermann <info@niedermann.it>2020-02-27 09:32:45 +0300
commitedaa8d4849e9fd6377a4f3bab22969cb1ef8e73c (patch)
tree20464de1319c91a6ecb845a0d7a8667f82796655 /.github
parent086c2be0af4f8fb820c36ba3189feba579672e2b (diff)
Add build flavors
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 2983da899..713b8892f 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -26,9 +26,9 @@ jobs:
with:
java-version: 1.8
- name: Build debug APK
- run: bash ./gradlew assembleDebug --stacktrace
+ run: bash ./gradlew assembleDev --stacktrace
- name: Upload APK
uses: actions/upload-artifact@v1
with:
name: app
- path: app/build/outputs/apk/debug/app-debug.apk \ No newline at end of file
+ path: app/build/outputs/apk/dev/release/app-dev-release-debug.apk \ No newline at end of file