From d94bba0efdf7488450787a6b3cb1d1284b2ab6ad Mon Sep 17 00:00:00 2001 From: Swapnil Musale Date: Mon, 21 Aug 2023 12:52:30 +0530 Subject: [PATCH] Create App Release through Github Action workflow --- .github/workflows/android_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_cd.yml b/.github/workflows/android_cd.yml index 2a06e63..5ce4ab8 100644 --- a/.github/workflows/android_cd.yml +++ b/.github/workflows/android_cd.yml @@ -63,7 +63,7 @@ jobs: with: name: release-artifacts paths: | - app/build/outputs/apk/release/ +# app/build/outputs/apk/release/ app/build/outputs/bundle/release/ - name: Create Github Release @@ -72,5 +72,5 @@ jobs: generate_release_notes: true prerelease: false files: | - app/build/outputs/apk/release/app-release.apk +# app/build/outputs/apk/release/app-release.apk app/build/outputs/bundle/release/app-release.aab \ No newline at end of file