feat: add gdu static musl build + generalize publish_release.py
This commit is contained in:
@@ -93,10 +93,11 @@ def main() -> int:
|
||||
if missing:
|
||||
raise SystemExit(f"missing files: {', '.join(missing)}")
|
||||
|
||||
tag = f"iperf3-v{version}"
|
||||
title = f"iperf3 {version}"
|
||||
tool = os.environ.get("TOOL", "iperf3")
|
||||
tag = f"{tool}-v{version}"
|
||||
title = f"{tool} {version}"
|
||||
body = (
|
||||
f"Static musl build for iperf3 {version}.\\n\\n"
|
||||
f"Static musl build for {tool} {version}.\\n\\n"
|
||||
f"Repository: {owner}/{repo}\\n"
|
||||
f"Commit: {target}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user