From 8d8b5ec3444ae2ae7d20790bcf2e1a96b5819645 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: appveyor: publish artifacts on appveyor This allows obtaining upstream builds of curl directly from appveyor for all the available configurations Closes #4509 --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 2a05b5722..9b4ad5cf5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -210,3 +210,9 @@ branches: only: - master - /\/ci$/ + +artifacts: + - path: '**/curl.exe' + name: curl + - path: '**/libcurl.dll' + name: libcurl -- cgit v1.2.3