Add coreutils (#1017)

This commit is contained in:
John Vandenberg
2025-07-01 19:30:28 +08:00
committed by GitHub
parent b3a78f63e9
commit c4c7f93a2f
4 changed files with 84 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"bin": "./${package}-v${version}-${rust_target}/${package}${exe}",
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},