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:38:32 +0300
committerstefan-niedermann <info@niedermann.it>2020-02-27 09:38:32 +0300
commit3a9fa402860952ebcaff9f6b30b4e023d8825774 (patch)
tree987b90dccf37111516dc6f4a295987a1d957611a
parentedaa8d4849e9fd6377a4f3bab22969cb1ef8e73c (diff)
Add build flavors - Fix pipeline apk upload path
-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 713b8892f..95b63486b 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -31,4 +31,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: app
- path: app/build/outputs/apk/dev/release/app-dev-release-debug.apk \ No newline at end of file
+ path: app/build/outputs/apk/dev/release/app-dev-release-unsigned.apk \ No newline at end of file