From 6a91ceeb86f4a1826a49b14ab3db4d3dadb482ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=86=A0=EB=A7=88=EC=8A=A4?= <123928686+ki960213@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:18:49 +0900 Subject: [PATCH] Update android-deployment.yml --- .github/workflows/android-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-deployment.yml b/.github/workflows/android-deployment.yml index 08581aae4..40ebf977f 100644 --- a/.github/workflows/android-deployment.yml +++ b/.github/workflows/android-deployment.yml @@ -53,7 +53,7 @@ jobs: run: echo '${{ secrets.GOOGLE_SERVICE }}' > android/2023-emmsale/app/google-services.json - name: build release - run: ./android/2023-emmsale/gradlew -p android/2023-emmsale assembleDebug + run: ./android/2023-emmsale/gradlew -p android/2023-emmsale assembleDebug --stacktrace - name: upload artifact to Firebase App Distribution uses: wzieba/Firebase-Distribution-Github-Action@v1