Skip to content

Commit b4cb677

Browse files
committed
Tweak source archive URL for BCR publish workflow
The workflow is currently using an URL that resembles cross-compiled protoc-gen-js zips without architecture info. Swap to using the URL for the zips.
1 parent e2464f5 commit b4cb677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bcr/source.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"integrity": "",
33
"strip_prefix": "{REPO}-{TAG}",
4-
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
5-
}
4+
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
5+
}

0 commit comments

Comments
 (0)