We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ceead commit 0255f3cCopy full SHA for 0255f3c
ci/before_deploy.sh
@@ -18,7 +18,7 @@ main() {
18
test -f Cargo.lock || cargo generate-lockfile
19
20
# TODO Update this to build the artifacts that matter to you
21
- cross rustc --bin hello --target $TARGET --release -- -C lto
+ cross rustc --bin miditran --target $TARGET --release -- -C lto
22
23
# TODO Update this to package the right artifacts
24
cp target/$TARGET/release/miditran $stage/
0 commit comments