Skip to content

Commit 1418335

Browse files
committed
Copy all build artifacts on MS Windows
1 parent c3e4705 commit 1418335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/before_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ main() {
2121
cross rustc --bin newdoc --target $TARGET --release -- -C lto
2222

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

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

0 commit comments

Comments
 (0)