From 56013870c713079a5fa3bc1b81dc659e69fdf0a1 Mon Sep 17 00:00:00 2001 From: Mike Christopher Date: Fri, 23 Aug 2024 09:14:13 -0700 Subject: [PATCH] fix: s3cmd excluse --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a04bcb2..209c5c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}/