Skip to content

Commit

Permalink
Update app-build.yml for correct path to dist output (#3604)
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmn authored Oct 12, 2023
1 parent f2b88ec commit 848d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: 'dist'
SOURCE_DIR: 'src/dist'
DEST_DIR: ${{ inputs.path }}

0 comments on commit 848d412

Please sign in to comment.