From c5339e7a169880a86e6af3fd9998e8116f1abb48 Mon Sep 17 00:00:00 2001 From: KangJiSseok Date: Mon, 11 Mar 2024 14:38:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8C=8C=EC=9D=B4=ED=94=84=EB=9D=BC?= =?UTF-8?q?=EC=9D=B8=20=EA=B5=AC=EC=B6=95?= 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 fcbb23e..808eaba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,10 +28,10 @@ jobs: distribution: 'corretto' - name: Run chmod to make gradlew executable - run: chmod +x ./Backend/gradlew + run: chmod +x ./BackEnd/gradlew - name: Build Project and Test - working-directory: Backend + working-directory: BackEnd run: ./gradlew build test - name: Setup MySQL