From db135ed93d70a12e513bc2fb3e6cbb4ceb7266e9 Mon Sep 17 00:00:00 2001 From: "konu (Jin Geonwoo)" Date: Sat, 25 May 2024 16:36:34 +0900 Subject: [PATCH] =?UTF-8?q?[Setting]=20CD=20=ED=8C=8C=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= 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 c14cd60..dc758c7 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -44,7 +44,7 @@ jobs: run: chmod +x ./planfit/gradlew - name: Build with Gradle # 실제 application build(-x 옵션을 통해 test는 제외) - run: ./planfit/gradlew build -x test + run: ./planfit/gradlew build --project-dir ./planfit -x test - name: Make Directory run: mkdir -p deploy