Skip to content

Commit

Permalink
fix: bcr tarball endpoint
Browse files Browse the repository at this point in the history
- fix: set the BCR download endpoint for `rules_graalvm` to the
  release artifact, which is stable

Referenced in bazelbuild/bazel-central-registry#869

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Sep 1, 2023
1 parent dd0f767 commit 0f5d42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"integrity": "",
"strip_prefix": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_graalvm-{VERSION}.zip"
}
2 changes: 1 addition & 1 deletion .github/workflows/on.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
name: "Release: BCR"
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v2
with:
release_files: rules_graalvm-*.tar.gz
release_files: rules_graalvm-*.zip

0 comments on commit 0f5d42b

Please sign in to comment.