diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 456316f..9add857 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -21,7 +21,7 @@ main() { cargo rustc --bin rustual-boy --release -- -C lto # TODO Update this to package the right artifacts - cp target/$TARGET/release/rustual-boy $stage/ + cp target/release/rustual-boy $stage/ cp doc/* $stage/ cp LICENSE-APACHE $stage/ cp LICENSE-MIT $stage/