Skip to content

Commit

Permalink
fix path moar
Browse files Browse the repository at this point in the history
  • Loading branch information
pietgeursen committed Dec 1, 2019
1 parent 486f458 commit 78671c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ main() {
cross rustc --manifest-path stdio/Cargo.toml --target $TARGET --release -- -C lto

cp target/$TARGET/release/main $stage/http_server
cp target/$TARGET/release/jsonrpc_stdio $stage/jsonrpc_stdio
cp target/$TARGET/release/json_rpc_stdio $stage/json_rpc_stdio

cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
Expand Down

0 comments on commit 78671c5

Please sign in to comment.