From 025aee0a9b16c51e8312e0caf65fd17afe3464fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=ED=98=B8=EB=B9=88?= Date: Mon, 20 May 2024 16:18:37 +0900 Subject: [PATCH] Update server-ci.yml --- .github/workflows/server-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-ci.yml b/.github/workflows/server-ci.yml index 7bc1f2fee..f4303310e 100644 --- a/.github/workflows/server-ci.yml +++ b/.github/workflows/server-ci.yml @@ -26,7 +26,7 @@ jobs: - name: Make application.properties run: | - cd .be/issue-tracker/src/main/resources + cd ./be/issue-tracker/src/main/resources pwd touch ./application.properties echo "${{ secrets.PROPERTIES }}" > ./application.properties