From 2dc5fddb4b8338ada50c2047c97954dfe24bb1a4 Mon Sep 17 00:00:00 2001 From: jinseohyun1228 <121755257+jinseohyun1228@users.noreply.github.com> Date: Fri, 8 Nov 2024 03:39:41 +0900 Subject: [PATCH] Update Deploy.yml --- .github/workflows/Deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index f118c7f6..154cb932 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -45,6 +45,7 @@ jobs: run: | # Make sure appspec.yml is included in the zip cp appspec.yml ./boomerang/ + cp -r ./boomerang/build/libs ./boomerang/ # libs 폴더 복사 cd ./boomerang zip -r ../application.zip . cd ..