From 2e9999f49c11b488613bedc3384a5ecc7955eebc Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sun, 7 Apr 2024 16:38:41 +0530 Subject: [PATCH] Update master-apk-create.yml --- .github/workflows/master-apk-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-apk-create.yml b/.github/workflows/master-apk-create.yml index 5c8edb02..2bcb6696 100644 --- a/.github/workflows/master-apk-create.yml +++ b/.github/workflows/master-apk-create.yml @@ -34,4 +34,4 @@ jobs: automatic_release_tag: "latest-master" prerelease: true title: "Staging Build" - files: app/build/outputs/apk/*/*.apk + files: app/build/outputs/apk/free/debug/*.apk