From fdf61972adeb5eea088daaa84869fd4e2611ad29 Mon Sep 17 00:00:00 2001 From: Zaid Kureshi <48899828+imzedi@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:59:47 +0530 Subject: [PATCH] Fix: no follow symlinks --- .github/workflows/npm-publish-pro.yml | 2 +- .github/workflows/npm-publish-rc-pro.yml | 2 +- .github/workflows/npm-publish-rc.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish-pro.yml b/.github/workflows/npm-publish-pro.yml index 84c7608..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/workspace/node_modules/ttf2woff2/build/node_gyp_bins/python3' + 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 ad72175..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/workspace/node_modules/ttf2woff2/build/node_gyp_bins/python3' + 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 a6f667e..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/workspace/node_modules/ttf2woff2/build/node_gyp_bins/python3' + 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 c61eef7..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/workspace/node_modules/ttf2woff2/build/node_gyp_bins/python3' + 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 }}