🐛 fix(ci): 修复 Release 构建资产丢失问题

- Checkout 步骤添加 clean: false 防止 git clean 删除已下载的 release-assets
This commit is contained in:
Syngnat
2026-03-20 16:23:13 +08:00
parent 0100b771b0
commit 87cfbee6d3

View File

@@ -617,6 +617,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
clean: false
- name: Generate Changelog
id: changelog