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:
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