From a213b27ca5f578362cd65b827f5d998fcdb1e0ef Mon Sep 17 00:00:00 2001 From: stefan-niedermann Date: Wed, 18 Mar 2020 10:23:28 +0100 Subject: Add debug version as ci artifact --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3