From 87cfbee6d31e7fc6142168f1aad02eb13c56bea4 Mon Sep 17 00:00:00 2001 From: Syngnat Date: Fri, 20 Mar 2026 16:23:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(ci):=20=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?Release=20=E6=9E=84=E5=BB=BA=E8=B5=84=E4=BA=A7=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Checkout 步骤添加 clean: false 防止 git clean 删除已下载的 release-assets --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8987a7a..8c45fc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -617,6 +617,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + clean: false - name: Generate Changelog id: changelog