diff --git a/.bcr/config.yml b/.bcr/config.yml index 2b8e1b41f9..015bf25d70 100644 --- a/.bcr/config.yml +++ b/.bcr/config.yml @@ -1,4 +1,9 @@ fixedReleaser: login: scentini email: 11149636+scentini@users.noreply.github.com - moduleRoots: [".", "extensions"] + moduleRoots: + - "." + - "extensions/bindgen" + - "extensions/prost" + - "extensions/protobuf" + - "extensions/wasm_bindgen" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c7afddf5d..de46966e4b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -137,11 +137,12 @@ jobs: # `examples/bzlmod` is included for the BCR presubmit; it must appear before --exclude="examples" tar -czf ${{ github.workspace }}/.github/rules_rust.tar.gz \ -C ${{ github.workspace }} \ - --exclude=".git" --exclude=".github" \ + --exclude=".git" \ + --exclude=".github" \ --exclude="crate_universe/target" \ + --exclude="extensions" \ examples/bzlmod \ --exclude="examples" \ - --exclude="extensions" \ . # Save the sha256 checksum of the distro archive to the environment