Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix(build): missing cd
Browse files Browse the repository at this point in the history
  • Loading branch information
IMXEren committed Mar 5, 2024
1 parent 01b9392 commit 6b2f0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ else
exec "$dir/${bin_name}.bin" "$@"
fi'

cd competition-groups
cargo build --release
bin_path="${tmpdir}/competition-groups/target/release/competition-groups"
package="compgroups"
Expand Down

0 comments on commit 6b2f0a9

Please sign in to comment.