From 194bf1371c0984cc7c0d3b0e325ac25026fb6257 Mon Sep 17 00:00:00 2001 From: evergreen Date: Sun, 11 Aug 2024 23:43:08 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20workflow=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/firebase_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase_cd.yml b/.github/workflows/firebase_cd.yml index daa417f5..8b9c5cb0 100644 --- a/.github/workflows/firebase_cd.yml +++ b/.github/workflows/firebase_cd.yml @@ -17,7 +17,7 @@ jobs: java-version: 17 - name: Build APK - run: ./gradlew assembleRelease PstorePassword=${{secrets.PPAC_KEYSTORE_PASSWORD}} PkeyPassword=${{PPAC_ALIAS_PASSWORD}} + run: ./gradlew assembleRelease PstorePassword=${{secrets.PPAC_KEYSTORE_PASSWORD}} PkeyPassword=${{secrets.PPAC_ALIAS_PASSWORD}} - name: Upload Build to Firebase App Distribution uses: wzieba/Firebase-Distribution-Github-Action@v1