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:23:28 +0300
committerstefan-niedermann <info@niedermann.it>2020-03-18 12:23:28 +0300
commita213b27ca5f578362cd65b827f5d998fcdb1e0ef (patch)
tree572ff5ac45a91a18de4183a357e9634528ba9f8e /.github/workflows
parent1b5bb658e277fa5886528a42fe803c2c1423e4c9 (diff)
Add debug version as ci artifact
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 95b63486b..0d0065774 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -1,6 +1,6 @@
name: Android CI
-on: push
+on: [push, pull_request]
jobs:
test:
name: Run Unit Tests
@@ -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 \ No newline at end of file
+ name: app-dev-debug
+ path: app/build/outputs/apk/dev/release/app-dev-debug.apk \ No newline at end of file