From abfc8770a42e14cdb922465b8310f8536d9274cf Mon Sep 17 00:00:00 2001 From: JIANG Date: Fri, 13 Mar 2026 17:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=BA=90=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=89=93=E5=8C=85=E6=AD=A5=E9=AA=A4=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/package.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index be007ab..649631c 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -28,9 +28,7 @@ jobs: - name: Package Source Code run: | - tar -czf source-code.tar.gz \ - --exclude='.git*' \ - --exclude='.github' \ + tar --warning=no-file-changed -czf source-code.tar.gz \ --exclude='node_modules' \ --exclude='.next' \ --exclude='dist' \