1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-09 13:08:00 -05:00

appveyor: collect libcurl.dll variants with prefix or suffix

On some platforms libcurl is build with a platform-specific
prefix and/or a version number suffix.

Assisted-by: Jay Satiro

Closes #5659
This commit is contained in:
Marc Hoersken 2020-07-12 22:04:00 +02:00
parent 60aa961288
commit 35fa07c84b
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -294,5 +294,5 @@ branches:
artifacts: artifacts:
- path: '**/curl.exe' - path: '**/curl.exe'
name: curl name: curl
- path: '**/libcurl.dll' - path: '**/*curl*.dll'
name: libcurl name: libcurl