diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 4f148199..bbd55b5d 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -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" } diff --git a/.github/workflows/on.release.yml b/.github/workflows/on.release.yml index ed642c37..3014e01b 100644 --- a/.github/workflows/on.release.yml +++ b/.github/workflows/on.release.yml @@ -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