We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2050c63 commit ceca862Copy full SHA for ceca862
ci/before_deploy.sh
@@ -21,7 +21,7 @@ main() {
21
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/
+ cp target/$TARGET/release/miditran.exe $stage/
25
26
cd $stage
27
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
0 commit comments