From e02388961daf0ceedd1fbbd3e1645e93f59dbb88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=88=98?= Date: Tue, 20 Aug 2024 22:28:30 +0900 Subject: [PATCH] Update production-deploy-play-store.yaml --- .github/workflows/production-deploy-play-store.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-deploy-play-store.yaml b/.github/workflows/production-deploy-play-store.yaml index 61a0b451..c4accfec 100644 --- a/.github/workflows/production-deploy-play-store.yaml +++ b/.github/workflows/production-deploy-play-store.yaml @@ -22,7 +22,7 @@ jobs: - name: BaseURL File Settings run: | - cd lib/core + cd lib/core/ignore echo "${{ secrets.PROD_ENCODED_BASE_URL_FILE }}" | base64 --decode > base_url.dart ls