Skip to content

Commit

Permalink
Fix publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Jul 5, 2024
1 parent 85f54d6 commit a50bd0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cp -r LICENSE-MIT LICENSE-APACHE README.md "$tmp"/.
### Publish avian2d
sed 's#\.\./\.\./src#src#g' crates/avian2d/Cargo.toml > "$tmp"/Cargo.toml
cp -r crates/avian2d/examples "$tmp"/.
cp -r crates/avian2d/benches "$tmp"/.
cd "$tmp" && cargo publish

### Remove the 2D examples and return to previous directory
Expand Down

0 comments on commit a50bd0a

Please sign in to comment.