Skip to content

v7.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Sep 12:55
· 3 commits to main since this release
fix(ci): 修复 macOS 环境下 BSD sed 语法不兼容导致的命令解析失败

- macOS 使用 BSD sed,要求 sed -i 后显式提供备份扩展名参数(如空字符串 '')
- 将 build-macos 中的 sed -i 调整为 sed -i '' 避免将 Cargo.toml 误解析为脚本命令

Co-Authored-By: JeikCode <331041501+JeikCode@users.noreply.github.com>