From 7eda1ddff4f5d0e789c4e6eafa69474304c9ee90 Mon Sep 17 00:00:00 2001 From: 5win <94297900+5win@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:29:55 +0900 Subject: [PATCH] =?UTF-8?q?[#73]=20infra:=20CI=20=ED=99=95=EC=9D=B8?= =?UTF-8?q?=EC=9A=A9=20=EB=A1=9C=EA=B7=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index 06187d2..a76b282 100644 --- a/.github/workflows/dev-ci.yml +++ b/.github/workflows/dev-ci.yml @@ -27,6 +27,7 @@ jobs: DATA_KEY_YML: ${{ secrets.APPLICATION_DATA_YML }} run: | echo $DATA_KEY_YML | base64 --decode > src/main/resources/application-data.yml + find src/main/resources - name: Build with Gradle Wrapper run: ./gradlew build