diff --git a/.github/workflows/synchronization.yml b/.github/workflows/synchronization.yml index 261d94f..7904db6 100644 --- a/.github/workflows/synchronization.yml +++ b/.github/workflows/synchronization.yml @@ -18,5 +18,5 @@ jobs: role-to-assume: arn:aws:iam::927162227090:role/library-s3 role-duration-seconds: 43200 # 12 hours (maximum) - run: > - go run github.com/rclone/rclone@v1 copy . - :s3,env_auth=true:library-s3 + go run github.com/rclone/rclone@v1 copy --exclude .git/** + . :s3,provider=AWS,env_auth=true:library-s3