mirror of
https://github.com/dream-pep/koring-launcher.git
synced 2026-09-12 05:45:18 +08:00
fix(CI/文档): 同步beta版本发布标题格式
修改GitHub发布工作流与自动更新计划文档中的beta版本标题,使其均采用包含构建序号的完整版本字符串,统一展示规则。
This commit is contained in:
@@ -176,8 +176,8 @@ jobs:
|
||||
run: |
|
||||
$tag = "v${{ steps.version.outputs.full }}"
|
||||
# Release 标题命名(仅展示名;tag / 真实版本号是 {base}-beta.{id} 或 {base}-{id}):
|
||||
# 正式/预览版 → "1.2.5-13"(带构建尾号);测试版 → "BETA 1.2.5"
|
||||
$title = if ("${{ inputs.mode }}" -eq "beta") { "BETA ${{ steps.version.outputs.base }}" } else { "${{ steps.version.outputs.full }}" }
|
||||
# 正式/预览版 → "1.2.5-13"(带构建尾号);测试版 → "BETA 1.2.5-beta.13"(带 Run Num)
|
||||
$title = if ("${{ inputs.mode }}" -eq "beta") { "BETA ${{ steps.version.outputs.full }}" } else { "${{ steps.version.outputs.full }}" }
|
||||
|
||||
# 资产列表(beta 额外上传 latest-beta.yml:GitHub provider 频道取件(latest-beta)不再 404 回退)
|
||||
$assets = @(
|
||||
|
||||
Reference in New Issue
Block a user