Skip to content

Commit 0255f3c

Browse files
committed
ci: also update travis script
Signed-off-by: Sean Cross <[email protected]>
1 parent 06ceead commit 0255f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/before_deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ main() {
1818
test -f Cargo.lock || cargo generate-lockfile
1919

2020
# TODO Update this to build the artifacts that matter to you
21-
cross rustc --bin hello --target $TARGET --release -- -C lto
21+
cross rustc --bin miditran --target $TARGET --release -- -C lto
2222

2323
# TODO Update this to package the right artifacts
2424
cp target/$TARGET/release/miditran $stage/

0 commit comments

Comments
 (0)