From 6086acd31db44a47e06fe1116628b9b34b3e9674 Mon Sep 17 00:00:00 2001 From: SproutMJ Date: Sun, 26 May 2024 21:21:17 +0900 Subject: [PATCH] =?UTF-8?q?=08deploy:=20=EB=B0=B0=ED=8F=AC=20=EC=9B=8C?= =?UTF-8?q?=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EA=B0=B1=EC=8B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ".github/workflows/\bci.cd.yml" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/.github/workflows/\bci.cd.yml" "b/.github/workflows/\bci.cd.yml" index ab37d1f..3472b5c 100644 --- "a/.github/workflows/\bci.cd.yml" +++ "b/.github/workflows/\bci.cd.yml" @@ -70,7 +70,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: FrontendApplication - path: frontend/out + path: frontend/.next deploy: needs: [build-backend, build-frontend]