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-03-18 12:26:26 +0300
committerstefan-niedermann <info@niedermann.it>2020-03-18 12:26:26 +0300
commit5a0fa36f7390cc4f47d83c59aa15726aeaf9b8b0 (patch)
tree5c0e5536a05e45c24925b117bd4ff7ff6a853440 /.github
parenta213b27ca5f578362cd65b827f5d998fcdb1e0ef (diff)
Add debug version as ci artifact
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 0d0065774..5401bdf13 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -31,4 +31,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: app-dev-debug
- path: app/build/outputs/apk/dev/release/app-dev-debug.apk \ No newline at end of file
+ path: app/build/outputs/apk/dev/debug/app-dev-debug.apk \ No newline at end of file