Skip to content

Commit a50bd0a

Browse files
committed
Fix publish.sh
1 parent 85f54d6 commit a50bd0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cp -r LICENSE-MIT LICENSE-APACHE README.md "$tmp"/.
1111
### Publish avian2d
1212
sed 's#\.\./\.\./src#src#g' crates/avian2d/Cargo.toml > "$tmp"/Cargo.toml
1313
cp -r crates/avian2d/examples "$tmp"/.
14+
cp -r crates/avian2d/benches "$tmp"/.
1415
cd "$tmp" && cargo publish
1516

1617
### Remove the 2D examples and return to previous directory

0 commit comments

Comments
 (0)