From 06fadfedc6425187b931e210a0e80628e336894b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20P=C3=A9rez?= Date: Wed, 22 May 2024 16:08:52 +0200 Subject: [PATCH] Update android_ci.yml --- .github/workflows/android_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index ae07e5e..13ded64 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -150,5 +150,5 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v4 with: - name: stacompanion.apk - path: app/build/outputs/apk/debug/app-debug.apk + name: stacompanion + path: app/build/outputs/apk/debug/*.apk