Skip to content

Commit ceca862

Browse files
committed
ci: add .exe to before_deploy
Windows programs end in .exe. Signed-off-by: Sean Cross <[email protected]>
1 parent 2050c63 commit ceca862

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
@@ -21,7 +21,7 @@ main() {
2121
cross rustc --bin miditran --target $TARGET --release -- -C lto
2222

2323
# TODO Update this to package the right artifacts
24-
cp target/$TARGET/release/miditran $stage/
24+
cp target/$TARGET/release/miditran.exe $stage/
2525

2626
cd $stage
2727
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *

0 commit comments

Comments
 (0)