Skip to content

Commit

Permalink
Copy all build artifacts on MS Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Jun 24, 2020
1 parent c3e4705 commit 1418335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main() {
cross rustc --bin newdoc --target $TARGET --release -- -C lto

# TODO Update this to package the right artifacts
cp target/$TARGET/release/newdoc $stage/
cp target/$TARGET/release/* $stage/

cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
Expand Down

0 comments on commit 1418335

Please sign in to comment.