Skip to content

Commit

Permalink
Auto deployed releases now come with all serialisation formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Power committed Dec 10, 2016
1 parent 759e49d commit c3bcca8
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 @@ -6,7 +6,7 @@ set -ex

# Generate artifacts for release
mk_artifacts() {
cargo build --target $TARGET --release
cargo build --target $TARGET --release --features all
}

mk_tarball() {
Expand Down

0 comments on commit c3bcca8

Please sign in to comment.