Skip to content

Commit

Permalink
fix(actions) fix the build output dir
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Jul 14, 2023
1 parent 0c0f0cb commit 1f6eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
args: --acl public-read --follow-symlinks --delete
env:
SOURCE_DIR: 'build'
SOURCE_DIR: 'dist'

- name: Invalidate Cloudfront
uses: chetan/invalidate-cloudfront-action@master
Expand Down

0 comments on commit 1f6eed7

Please sign in to comment.