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

github.com/stefan-niedermann/nextcloud-notes.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:23:02 +0300
committerstefan-niedermann <info@niedermann.it>2020-03-18 12:23:02 +0300
commit2f2ab2a0b04c31c09094221dfbafcead315ad365 (patch)
tree9b027ab6ea454f5bcf036cb9ec79ded444a440da /.github
parentb72626c86e3e211b6772d66d09ace7d57be7cb57 (diff)
Use debug version as ci artifact
Signed-off-by: stefan-niedermann <info@niedermann.it>
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 04591cfe..cab63b67 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -30,5 +30,5 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v1
with:
- name: app
- path: app/build/outputs/apk/dev/release/app-dev-release-unsigned.apk
+ name: app-dev-debug
+ path: app/build/outputs/apk/dev/release/app-dev-debug.apk