From ade2db01741c5a1aa277312380f06ddf36ecce40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9C=A4=EA=B2=BD?= Date: Mon, 5 Jun 2023 15:10:42 +0900 Subject: [PATCH] =?UTF-8?q?wd=EC=97=90=20react=EB=A5=BC=20=EB=B6=99?= =?UTF-8?q?=EC=97=AC=EB=B4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/client.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 16fc104..8b3a041 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -12,10 +12,10 @@ jobs: uses: actions/checkout@v2 - name: Install dependencies run: npm install - working-directory: ./my-client + working-directory: ./my-agora-states-client-react - name: Build run: npm run build - working-directory: ./my-agora-states-client + working-directory: ./my-agora-states-client-react - name: SHOW AWS CLI VERSION run: | aws --version @@ -29,4 +29,4 @@ jobs: --region ap-northeast-2 \ build s3://fe-23-k22y22-s3 \ --delete - working-directory: ./my-agora-states-client \ No newline at end of file + working-directory: ./my-agora-states-client-react \ No newline at end of file