-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix?(build): 修复 [BUG]: ghv被默认装到了根目录而不是一些常简的目录 #16 * Apply suggestions from code review Co-authored-by: 宁静致远 <[email protected]> * Apply suggestions from code review Co-authored-by: 宁静致远 <[email protected]> * Apply suggestions from code review Co-authored-by: 宁静致远 <[email protected]> * Apply suggestions from code review Co-authored-by: 宁静致远 <[email protected]> * pref(py): 优化版本替换脚本 * pref(deb-linux): 优化 DEB 包控制文件 * fix(build): 修复目录嵌套问题 * fix(deb): 修正 DEB 包控制文件错误 * fix(build): 移除多余的 mkdir * refactor(build): 重构构建发布流 * fix(py): 修正错误的路径 * fix(RID): 更正发布时的系统名 更多请见:https://learn.microsoft.com/zh-cn/dotnet/core/compatibility/sdk/8.0/rid-graph * fix(sync): 同步修改到 Nightly 构建流中 * fix(action): 排除 Linux x86 架构以避免错误 * fix(action): 对于上一个提交的更多处理 * fix(iss): 使用绝对路径来修复编译问题 * fix(dotnet): 排除 Windows arm * fix: 修正路径问题 * fix: 修复文件不存在的问题 * fix(mv): 修复找不到安装程序的问题 * fix(linux): 在 Linux 上仅打包单文件发布为deb * fix(py): 更正替换规则 * fix(dpkg): 移除多余的 dpkg 安装 * fix(arch): x64 ≠ amd64 * fix(py): 更正架构错误 * Apply suggestions from code review Co-authored-by: 宁静致远 <[email protected]> * docs: 更新贡献文档 --------- Co-authored-by: 宁静致远 <[email protected]>
- Loading branch information
1 parent
dfd6966
commit c282927
Showing
10 changed files
with
255 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -365,3 +365,7 @@ FodyWeavers.xsd | |
# Debug Config | ||
launchSettings.json | ||
.editorconfig | ||
|
||
# TEST | ||
test.yml | ||
test.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.