From a0b09e7e529c8f4a5c5aaf54ec6e038c5ee124db Mon Sep 17 00:00:00 2001 From: Sangho Kim Date: Mon, 2 Dec 2024 21:48:14 +0900 Subject: [PATCH] =?UTF-8?q?[FEAT/#178]=20Firebase=20App=20Distribution=20C?= =?UTF-8?q?I/CD=20aab=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/firebase_distribution_builder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/firebase_distribution_builder.yml b/.github/workflows/firebase_distribution_builder.yml index b0dfc88..4707299 100644 --- a/.github/workflows/firebase_distribution_builder.yml +++ b/.github/workflows/firebase_distribution_builder.yml @@ -74,8 +74,8 @@ jobs: - name: Access Firebase Service run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json - - name: Build release APK - run: ./gradlew assembleRelease --stacktrace + - name: Build release AAB + run: ./gradlew bundleRelease --stacktrace - name: Upload to Firebase App Distribution uses: wzieba/Firebase-Distribution-Github-Action@v1 @@ -83,4 +83,4 @@ jobs: appId: ${{ secrets.FIREBASE_APP_ID }} serviceCredentialsFileContent: ${{ secrets.FIREBASE_APP_DISTRIBUTION_KEY }} groups: genti - file: app/build/outputs/apk/release/app-release.apk \ No newline at end of file + file: app/build/outputs/bundle/release/app-release.aab \ No newline at end of file