Skip to content

Commit

Permalink
feat: pack shuttle binary in release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Sep 17, 2024
1 parent 32bb358 commit 37e9828
Showing 1 changed file with 1 addition and 0 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

0 comments on commit 37e9828

Please sign in to comment.