diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 4b7051e..03aab94 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -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 *