Skip to content

Commit ff684b4

Browse files
authored
Fix source.template.json (#277)
The release job creates an archive with the `v`-prefixed tag in the name, which caused the publish job to fail as it expected the name without the `v`. https://github.com/bazel-contrib/rules_fuzzing/actions/runs/16354558276/job/46210158348#step:6:24
1 parent 061f429 commit ff684b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bcr/source.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"integrity": "",
33
"strip_prefix": "",
4-
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_fuzzing-{VERSION}.tar.gz"
4+
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_fuzzing-{TAG}.tar.gz"
55
}

0 commit comments

Comments
 (0)