只构建不带运行时的二进制包

This commit is contained in:
2026-08-11 17:36:59 +08:00 Unverified
parent 44b7941737
commit 7bbc5e1252
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ jobs:
echo "version=$version" >> "$GITHUB_OUTPUT"
echo "profile=$profile" >> "$GITHUB_OUTPUT"
- name: Build self-contained platform packages
- name: Build framework-dependent platform packages
shell: bash
run: |
bash ./scripts/publish-platform-packages.sh \
@@ -155,7 +155,7 @@ jobs:
- Windows x64`.zip`
- Linux x64 / ARM64`.tar.gz`
- `SHA256SUMS`:发布包校验值
- 自包含程序包无需预装 .NET 或 ASP.NET Core Runtime
- 二进制程序包不包含 .NET 或 ASP.NET Core Runtime;请先安装匹配版本的 ASP.NET Core Runtime
Windows ARM64 与 macOS Intel / Apple Silicon 包可通过手动运行工作流并启用扩展平台生成。