Skip to content

Commit 4a6ae65

Browse files
committed
some update
1 parent 812d53d commit 4a6ae65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload-llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def main() -> None:
108108
"gh", "release", "create", tag, *assets,
109109
"--repo", target_repo,
110110
"--title", tag,
111-
"--notes", f"Artifacts from workflow run {workflow_id}",
111+
"--notes", f"Artifacts build from workflow run https://github.com/clice-io/clice/actions/runs/{workflow_id}",
112112
"--latest",
113113
]
114114
# fmt: on

0 commit comments

Comments
 (0)