From c02aca53689cfe28465e995645076c26008260ea Mon Sep 17 00:00:00 2001 From: LeeJE20 <42895142+LeeJE20@users.noreply.github.com> Date: Sat, 23 Sep 2023 21:26:34 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20=EB=94=94=EB=A0=89=ED=84=B0=EB=A6=AC?= =?UTF-8?q?=20=ED=99=95=EC=9D=B8=20=EA=B2=BD=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ec5646b..d25769c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,8 +41,8 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - name: 현재 디렉터리에 있는 파일 확인 - run: ls /gradle/wrapper + - name: 디렉터리에 있는 파일 확인 + run: ls ./gradle/ - name: 스프링부트 애플리케이션 빌드 run: |