From a6f79570424ddf72b9f5938a982328d4747249ee Mon Sep 17 00:00:00 2001 From: NikVolf Date: Fri, 24 Jun 2016 17:48:42 +0300 Subject: [PATCH] add artifacts --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b980aba42..b51bb506c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,10 @@ after_test: artifacts: - path: nsis\installer.exe name: Windows Installer (x86_64) + - path: target\release\parity.exe + name: Windows Executable (x86_64) + - path: target\release\parity.pdb + name: Windows Executable Debug Symbols (x86_64) cache: - target