We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6083652 commit 6213c99Copy full SHA for 6213c99
.github/workflows/main.yml
@@ -33,4 +33,4 @@ jobs:
33
AWS_ACCESS_KEY_ID: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_ID }}
34
AWS_SECRET_ACCESS_KEY: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_SECRET }}
35
AWS_REGION: 'us-east-1' # or your AWS region
36
- SOURCE_DIR: 'dist' # or the directory where your build artifacts are located
+ SOURCE_DIR: 'build' # or the directory where your build artifacts are located
0 commit comments