From 61cd6fadf2b210f7940fe4c0d4982a6de98dee16 Mon Sep 17 00:00:00 2001 From: Tim Kluge Date: Sun, 15 Dec 2024 22:50:06 +0100 Subject: [PATCH] Add artifact file suffix --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 8a1446d..c8a4f7d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,7 +39,7 @@ jobs: - name: Archive APK uses: actions/upload-artifact@v4 with: - name: app-release + name: app-release.apk path: app/build/outputs/apk/release/app-release.apk - name: Create Release