From 7e19e2cdb8f654c096866f61cd79a2618e10b2d0 Mon Sep 17 00:00:00 2001 From: shanshanzhong Date: Thu, 6 Nov 2025 05:58:42 -0800 Subject: [PATCH] =?UTF-8?q?ci(workflow):=20=E5=9C=A8Windows=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=A8=80=E7=96=8F=E6=A3=80=E5=87=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 排除assets/images/logo-1024*024.png文件以优化检出速度 --- .github/workflows/build-windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 4420d99..e74b0b4 100755 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -238,6 +238,10 @@ jobs: submodules: recursive fetch-depth: 0 persist-credentials: false + sparse-checkout: | + /* + !assets/images/logo-1024*024.png + sparse-checkout-cone: false - name: Verify submodules shell: powershell