From 90d4e20bb84973719d7c179bb6295b6c18218996 Mon Sep 17 00:00:00 2001 From: yummygyudon Date: Fri, 24 Nov 2023 17:26:02 +0900 Subject: [PATCH] =?UTF-8?q?HOT=20FIX=20:=20yaml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=EC=8B=9C=ED=82=AC=20resource=20=ED=8F=B4?= =?UTF-8?q?=EB=8D=94=20=EC=83=9D=EC=84=B1=20command=20=EC=B6=94=EA=B0=80(C?= =?UTF-8?q?D=20Script)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/SKT_T1_CD.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/SKT_T1_CD.yml b/.github/workflows/SKT_T1_CD.yml index 4da9237..300c85b 100644 --- a/.github/workflows/SKT_T1_CD.yml +++ b/.github/workflows/SKT_T1_CD.yml @@ -25,7 +25,9 @@ jobs: java-version: '17' - name: mkdir resources folder - run: touch ./src/main/resources/application.yml + run: | + mkdir ./src/main/resources + touch ./src/main/resources/application.yml shell: bash - name: copy yaml file