From fb0e70bc2be3c84fcf0a444f06f772ec4f15ea42 Mon Sep 17 00:00:00 2001 From: Dylan Ireland Date: Wed, 1 May 2024 19:40:34 -0400 Subject: [PATCH] Correct source dir --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 6213733..2991d3e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -37,4 +37,4 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: 'us-east-1' # Set this to your bucket's region - SOURCE_DIR: 'build' + SOURCE_DIR: 'client/build'