From e0ab4bf60d3748c1127e0bdec2cee431b988ee7e Mon Sep 17 00:00:00 2001 From: Huarch Date: Fri, 13 Mar 2026 17:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=93=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E7=BC=A9=E8=BF=9B=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 649631c..e110f47 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -28,7 +28,7 @@ jobs: - name: Package Source Code run: | - tar --warning=no-file-changed -czf source-code.tar.gz \ + tar --warning=no-file-changed -czf source-code.tar.gz \ --exclude='node_modules' \ --exclude='.next' \ --exclude='dist' \