From dfa8777540e3909ab0700bbfe3d5484018320109 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Sat, 21 May 2016 21:46:08 -0400 Subject: [PATCH] appveyor: use only built artifacts --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 725523500..5f3e0b527 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,12 +12,9 @@ install: - cargo -V build_script: - - cargo build --features generic --no-default-features - - 7z a -tzip uutils.zip .\target\release\deps\*.exe + - cargo build --release --features generic --no-default-features artifacts: - - path: uutils.zip - name: zipfile - path: target\release\uutils.exe name: uutils.exe