From e46f2a07f670c40f375bd672b167ed5d916e08bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 19 Oct 2019 20:37:06 +0200 Subject: [PATCH] appveyor: publish artifacts on appveyor This allows obtaining upstream builds of curl directly from appveyor for all the available configurations --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e2eb28e56a9217..bd2e5df195dde0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -176,3 +176,9 @@ branches: only: - master - /\/ci$/ + +artifacts: + - path: '**/curl.exe' + name: curl + - path: '**/libcurl.dll' + name: libcurl