From 3f67042a5b8cea7658c9dd93896bf76d49a7b277 Mon Sep 17 00:00:00 2001 From: iOdiO89 <117376841+iOdiO89@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:32:43 +0900 Subject: [PATCH] chore: fix yml typo --- .github/workflows/s3Deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/s3Deploy.yml b/.github/workflows/s3Deploy.yml index 7683055..d87d1ad 100644 --- a/.github/workflows/s3Deploy.yml +++ b/.github/workflows/s3Deploy.yml @@ -6,7 +6,7 @@ on: - main jobs: - publish-storybook: + publish-eollugage-pc: runs-on: ubuntu-latest steps: - name: Checkout @@ -31,4 +31,4 @@ jobs: aws-region: ap-northeast-2 - name: Upload to S3 - run: aws s3 sync --region ap-northeast-2 ./build s3://s3-eollugaga-pc --delete + run: aws s3 sync --region ap-northeast-2 ./build s3://s3-eollugage-pc --delete