diff --git a/.github/workflows/npm-publish-pro.yml b/.github/workflows/npm-publish-pro.yml index 901f789..2f12718 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/*' + args: --no-progress --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' --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 0cbd67f..21ebffd 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/*' + args: --no-progress --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' --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 8629832..9a94863 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/*' + args: --no-progress --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' --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 7f4bcfb..3a1e2cf 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/*' + args: --no-progress --exclude '.git/*' --exclude 'node_modules/*' --exclude 'build/*' --exclude '.github/*' --exclude 'github/*' env: AWS_S3_BUCKET: 'unicons-iconscout-a5996f0' AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}