Skip to content

Commit

Permalink
fix: s3cmd excluse
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristopher committed Aug 23, 2024
1 parent 691decc commit 5601387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: pip install -r requirements.txt

- name: Sync files to S3
run: s3cmd sync —exclude '.git*' --delete-removed ./ s3://${{ env.AWS_S3_BUCKET }}/
run: s3cmd --exclude '.git*' --delete-removed sync ./ s3://${{ env.AWS_S3_BUCKET }}/

0 comments on commit 5601387

Please sign in to comment.