From c05557c5420a162886be4df5a04db44eb6a39fa9 Mon Sep 17 00:00:00 2001 From: Tim Kluge Date: Sun, 15 Dec 2024 22:15:43 +0100 Subject: [PATCH] Only include release apk in action artifacts --- .github/workflows/android.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 337a70e..6872b13 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,11 +39,8 @@ jobs: - name: Archive APK uses: actions/upload-artifact@v4 with: - name: app-artifacts - path: | - app/build/outputs/apk/release/app-release.apk - app/manifest.json - app/karoo-reminder.png + name: app-release + path: app/build/outputs/apk/release/app-release.apk - name: Create Release id: create_release