From 55c23f412b46a2f00f881953112b09c017406715 Mon Sep 17 00:00:00 2001 From: "142vip.cn" Date: Tue, 7 Nov 2023 18:55:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(release):=20=E4=BF=AE=E5=A4=8D=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=91=E5=B8=83=E6=97=B6zip=E5=8E=8B=E7=BC=A9?= =?UTF-8?q?=E5=8C=85=E8=BF=87=E5=A4=A7=E9=97=AE=E9=A2=98=EF=BC=8C=E5=BF=BD?= =?UTF-8?q?=E7=95=A5.git=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index bf22913..6887045 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -135,7 +135,8 @@ jobs: - name: Create Zip Package run: | zip -r 408CSFamily.zip . \ - -x "node_modules/*" + -x "node_modules/*" \ + -x "*.git*" # 提取版本号 - name: Get New Version Number