diff --git a/.github/workflows/npm-publish-pro.yml b/.github/workflows/npm-publish-pro.yml index 2f12718..7069100 100644 --- a/.github/workflows/npm-publish-pro.yml +++ b/.github/workflows/npm-publish-pro.yml @@ -28,7 +28,7 @@ jobs: - name: Publish to CDN uses: jakejarvis/s3-sync-action@master with: - args: --no-progress --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' --exclude 'github/*' + args: --no-progress --no-follow-symlinks --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' env: AWS_S3_BUCKET: 'unicons-iconscout-a5996f0' AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/npm-publish-rc-pro.yml b/.github/workflows/npm-publish-rc-pro.yml index 21ebffd..4b4a7c6 100644 --- a/.github/workflows/npm-publish-rc-pro.yml +++ b/.github/workflows/npm-publish-rc-pro.yml @@ -29,7 +29,7 @@ jobs: - name: Publish to CDN uses: jakejarvis/s3-sync-action@master with: - args: --no-progress --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' --exclude 'github/*' + args: --no-progress --no-follow-symlinks --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' env: AWS_S3_BUCKET: 'unicons-iconscout-a5996f0' AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/npm-publish-rc.yml b/.github/workflows/npm-publish-rc.yml index 9a94863..06dd205 100644 --- a/.github/workflows/npm-publish-rc.yml +++ b/.github/workflows/npm-publish-rc.yml @@ -39,7 +39,7 @@ jobs: - name: Publish to CDN uses: jakejarvis/s3-sync-action@master with: - args: --no-progress --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' --exclude 'github/*' + args: --no-progress --no-follow-symlinks --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' env: AWS_S3_BUCKET: 'unicons-iconscout-a5996f0' AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3a1e2cf..362fe44 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,7 +28,7 @@ jobs: - name: Publish to CDN uses: jakejarvis/s3-sync-action@master with: - args: --no-progress --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' --exclude 'github/*' + args: --no-progress --no-follow-symlinks --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' env: AWS_S3_BUCKET: 'unicons-iconscout-a5996f0' AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}