Skip to content

Commit 6213c99

Browse files
authored
Update main.yml
1 parent 6083652 commit 6213c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
AWS_ACCESS_KEY_ID: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_ID }}
3434
AWS_SECRET_ACCESS_KEY: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_SECRET }}
3535
AWS_REGION: 'us-east-1' # or your AWS region
36-
SOURCE_DIR: 'dist' # or the directory where your build artifacts are located
36+
SOURCE_DIR: 'build' # or the directory where your build artifacts are located

0 commit comments

Comments
 (0)