From a513771f61ea8199d21ea61773c3c951c525e381 Mon Sep 17 00:00:00 2001 From: shinheekim Date: Fri, 27 Dec 2024 16:35:48 +0900 Subject: [PATCH] =?UTF-8?q?[#80]=20chore:=20=EC=95=95=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/itcast-build-and-deploy.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index b5fc1cd5..47fd2d3e 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -99,11 +99,12 @@ jobs: run: docker-compose down - name: Make Zip file - run: zip -r $GITHUB_SHA.zip \ - admin/build/libs/*.jar \ - schedule/build/libs/*.jar \ - b2c/build/libs/*.jar \ - appspec.yml scripts/deploy.sh + run: | + zip -r $GITHUB_SHA.zip \ + admin/build/libs/*.jar \ + schedule/build/libs/*.jar \ + b2c/build/libs/*.jar \ + appspec.yml scripts/deploy.sh shell: bash - name: AWS credential setting