Skip to content

Commit 9f26d3e

Browse files
authored
Update ci.yml
1 parent 068b4b8 commit 9f26d3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
env:
2626
NODE_VERSION: '22'
27-
# ⚙️ Keep TAR_OPTIONS globally for caching/other steps, but we’ll override it safely during upload
27+
# Global TAR_OPTIONS kept for other steps, but will be disabled for upload
2828
TAR_OPTIONS: '--use-compress-program="zstdmt --fast --threads=0"'
2929
CACHE_EXCLUDE: 'node_modules/.cache,dist,coverage,.nyc_output,*.log,*.tmp'
3030

@@ -179,7 +179,7 @@ jobs:
179179
echo "✅ Reduced artifact size"
180180
fi
181181
182-
# ✅ FIX: unset TAR_OPTIONS only for this upload to prevent zstdmt crash
182+
# ✅ FIX: Unset TAR_OPTIONS to prevent zstdmt crash
183183
- name: ⚡ Upload Pages artifact (fixed)
184184
id: upload-artifact
185185
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)