Skip to content

Commit

Permalink
fix: s3 sync dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed Apr 18, 2024
1 parent 62ff13b commit f288552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
env:
AWS_S3_BUCKET : ${{ secrets.AWS_S3_BUCKET }}
run: |
aws s3 sync --delete --sse AES256 .github/dist/ $AWS_S3_BUCKET
aws s3 sync --delete --sse AES256 .github/ $AWS_S3_BUCKET

0 comments on commit f288552

Please sign in to comment.