CI: Use newer openssl dll filenames when building artifacts

This commit is contained in:
Shauren
2022-05-03 20:57:08 +02:00
parent 370dd97998
commit d1266a2abe

View File

@@ -20,9 +20,9 @@ build_script:
copy "C:\Program Files\MySQL\MySQL Server 5.7\lib\libmysql.dll" libmysql.dll
copy "%OPENSSL_ROOT_DIR%\ssleay32.dll" ssleay32.dll
copy "%OPENSSL_ROOT_DIR%\libssl-1_1-x64.dll" libssl-1_1-x64.dll
copy "%OPENSSL_ROOT_DIR%\libeay32.dll" libeay32.dll
copy "%OPENSSL_ROOT_DIR%\libcrypto-1_1-x64.dll" libcrypto-1_1-x64.dll
cd ..