From f480c9e9307793efbe013470317e28e77c62720b Mon Sep 17 00:00:00 2001 From: Seokyeong Date: Sat, 20 Jan 2024 16:50:39 +0900 Subject: [PATCH] fix: path --- .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 56ee363..9e42f1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,8 +24,8 @@ jobs: # 환경 변수 설정 - name: Set up Environment run: | - cd ./src/main/resources - touch ./application.yml + mkdir ./src/main/resources + touch ./src/main/resources/application.yml echo "${{ secrets.APPLICATION_YML }}" > ./application.yml # 빌드 권한 부여