mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix.修复 Markdown 字符串格式错误
This commit is contained in:
@@ -352,7 +352,7 @@ public partial class Build : NukeBuild
|
||||
}
|
||||
else
|
||||
{
|
||||
_changeLog += $"\n\n**Full Changelog**: [{Parameters.MainRepo}@{_latestTag} -> {Parameters.MainRepo}@{Parameters.GhTag}]https://github.com/{Parameters.MainRepo}/compare/{_latestTag}...{Parameters.GhTag}";
|
||||
_changeLog += $"\n\n**Full Changelog**: [{Parameters.MainRepo}@{_latestTag} -> {Parameters.MainRepo}@{Parameters.GhTag}](https://github.com/{Parameters.MainRepo}/compare/{_latestTag}...{Parameters.GhTag})";
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user