From 5e894406f608bd9c50854700654cff51f9865b12 Mon Sep 17 00:00:00 2001 From: euna <81363864+sung-silver@users.noreply.github.com> Date: Thu, 31 Aug 2023 01:53:29 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20mkdir=20=EC=A3=BC=EC=84=9D=ED=95=B4?= =?UTF-8?q?=EC=A0=9C=ED=95=B4=EB=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index eb9497fe..65e755b6 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,7 @@ jobs: run: | pwd ## create application.yml in api module - ## mkdir ./api/src/main/resources + mkdir ./api/src/main/resources cd ./api/src/main/resources touch ./application.yml ls -al