From dc5e311b54b545576bf7e57561d9f2a14eb3624b Mon Sep 17 00:00:00 2001 From: ferris Date: Wed, 1 Feb 2017 20:59:47 +0100 Subject: [PATCH] Fix artifact path in appveyor config I believe this was wrong since the original template used cross, which we're not anymore. --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/