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 611d670 commit deea349
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/ $AWS_S3_BUCKET
aws s3 sync --delete --sse AES256 /home/runner/work/.github/.github $AWS_S3_BUCKET

0 comments on commit deea349

Please sign in to comment.