Skip to content

Commit

Permalink
feat(cargo-shuttle): shuttle binary (#1878)
Browse files Browse the repository at this point in the history
* feat(cargo-shuttle): shuttle binary

* nit

* refa: remove CommandOutcome

* chore: bump deps

* nit

* feat: pack shuttle binary in release artifact

* fix
  • Loading branch information
jonaro00 authored Sep 19, 2024
1 parent 05372f0 commit bb7b6be
Show file tree
Hide file tree
Showing 10 changed files with 477 additions and 343 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ commands:
command: |
mkdir $BIN_DIR
mv target/<< parameters.target >>/release/cargo-shuttle<< parameters.suffix >> $BIN_DIR/cargo-shuttle<< parameters.suffix >>
mv target/<< parameters.target >>/release/shuttle<< parameters.suffix >> $BIN_DIR/shuttle<< parameters.suffix >>
mv LICENSE $BIN_DIR/
mv README.md $BIN_DIR/
mkdir -p artifacts/<< parameters.target >>
Expand Down
Loading

0 comments on commit bb7b6be

Please sign in to comment.