Skip to content

Commit

Permalink
fix for windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmanguy committed Oct 20, 2020
1 parent a9ad887 commit 555f1ec
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 spideog --target $TARGET --release -- -C lto

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

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

0 comments on commit 555f1ec

Please sign in to comment.