From 6b1321859ac362559335ffddf280a6846035eb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=88=ED=83=9C=EA=B7=9C?= <116813010+tgyuuAn@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:43:04 +0900 Subject: [PATCH] =?UTF-8?q?feature:=20aab=ED=8C=8C=EC=9D=BC=EC=9D=84=20?= =?UTF-8?q?=EC=95=84=ED=8B=B0=ED=8C=A9=ED=8A=B8=EC=97=90=20=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android_cd.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/android_cd.yml b/.github/workflows/android_cd.yml index fabb7b54..c7d26c97 100644 --- a/.github/workflows/android_cd.yml +++ b/.github/workflows/android_cd.yml @@ -64,6 +64,12 @@ jobs: - name: Build AAB for Firebase run: ./gradlew bundleRelease --stacktrace + - name: Upload AAB artifact + uses: actions/upload-artifact@v3 + with: + name: app-release.aab + path: app/build/outputs/bundle/release/app-release.aab + - name: Build APK for Testing run: ./gradlew assembleRelease --stacktrace