diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-07-12 22:04:00 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-07-12 22:04:00 +0200 |
commit | 5789e3a72154ba3af8dddd20f88d2cd09a9bfe40 (patch) | |
tree | cad9a5ec1ff0c7992cd22cf8d72b39ed5e6faccf | |
parent | 963d17add2a68428d4e971f04f0fb9b9f3ac1517 (diff) | |
download | curl-mback2k-appveyor-dll.tar.gz |
appveyor: collect libcurl.dll variants with prefix or suffixmback2k-appveyor-dll
On some platforms libcurl is build with a platform-specific
prefix and/or a version number suffix.
Assisted-by: Jay Satiro
Closes #5659
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index c810e456a..3f6aea2d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -294,5 +294,5 @@ branches: artifacts: - path: '**/curl.exe' name: curl - - path: '**/libcurl.dll' + - path: '**/*curl*.dll' name: libcurl |