From 33cd4c4224d91ec3c8f6f281ec309ccd2f790ed5 Mon Sep 17 00:00:00 2001 From: "byungtak.lee" Date: Wed, 2 Oct 2024 15:12:57 +0900 Subject: [PATCH] test --- .github/workflows/android.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 18957a49..deee5c33 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -83,13 +83,13 @@ jobs: name: release path: ./app/build/outputs/bundle/release/app-release.aab - - name: Upload apk to Firebase App Distribution - uses: wzieba/Firebase-Distribution-Github-Action@v1 - with: - appId: ${{ secrets.FIREBASE_APP_ID }} - serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }} - groups: testers - file: app/build/outputs/apk/debug/app-debug.apk +# - name: Upload apk to Firebase App Distribution +# uses: wzieba/Firebase-Distribution-Github-Action@v1 +# with: +# appId: ${{ secrets.FIREBASE_APP_ID }} +# serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }} +# groups: testers +# file: app/build/outputs/apk/debug/app-debug.apk - name: Publish to Play Store uses: r0adkll/upload-google-play@v1