From 46b02d495af11bca5a59379ceb5c5e1a24d774b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ak=C3=ACra?= <166439659+slotmachinedev@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:43:15 +0000 Subject: [PATCH] Remove output-metadata.json from build artifact. --- .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 8d630a3..11a4e3c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -40,4 +40,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: app - path: ${{ env.main_project_module }}/build/outputs/apk/debug/ + path: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk