Skip to content

Commit

Permalink
fix: output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf authored Nov 19, 2024
1 parent 3647899 commit b86a42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
aws-region: ap-northeast-1

- name: Sync to S3
run: aws s3 sync ./build s3://${{ secrets.AWS_S3_BUCKET }}
run: aws s3 sync ./dist s3://${{ secrets.AWS_S3_BUCKET }}

0 comments on commit b86a42f

Please sign in to comment.