Skip to content

Commit

Permalink
Update s3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf authored Sep 17, 2024
1 parent 75f118c commit 302c5d4
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 @@ -51,4 +51,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 ./out s3://${{ secrets.AWS_S3_BUCKET }}

0 comments on commit 302c5d4

Please sign in to comment.