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:
parent
60aa961288
commit
35fa07c84b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user