Skip to content

Commit cdd9b27

Browse files
keithUebelAndre
andauthored
Fix releases (bazelbuild#4107)
Co-authored-by: UebelAndre <github@uebelandre.com>
1 parent 4fee593 commit cdd9b27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release_prep.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ tar -czf "${ARCHIVE}" \
100100
--exclude=".git" \
101101
--exclude=".github" \
102102
--exclude="crate_universe/target" \
103+
--exclude="bazel-*" \
104+
--exclude="rules_rust-*.tar.gz" \
105+
--exclude="cargo-bazel-*" \
103106
examples/hello_world \
104107
--exclude="examples" \
105108
.

0 commit comments

Comments
 (0)