We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7cb88 commit e3f4b30Copy full SHA for e3f4b30
1 file changed
appveyor.yml
@@ -19,9 +19,9 @@ build_script:
19
- dir %APPVEYOR_BUILD_FOLDER%
20
- 7z x %APPVEYOR_BUILD_FOLDER%\deploy\openssl-*-win32*.zip -o%APPVEYOR_BUILD_FOLDER%
21
22
- - dir %APPVEYOR_BUILD_FOLDER%\openssl*\*
23
- - xcopy %APPVEYOR_BUILD_FOLDER%\openssl*\libcrypto-1_1.dll %DIST%
24
- - xcopy %APPVEYOR_BUILD_FOLDER%\openssl*\libssl-1_1.dll %DIST%
+ - dir %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw
+ - xcopy %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw\libcrypto-1_1.dll %DIST%
+ - xcopy %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw\libssl-1_1.dll %DIST%
25
- xxxXXXxxx
26
# VERSION format: branch-master/branch-1.2
27
# INSTVERSION format: 9999.0/1.2
0 commit comments