Skip to content

Commit e3f4b30

Browse files
author
Frederick Thomssen
authored
Update appveyor.yml
1 parent 2b7cb88 commit e3f4b30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ build_script:
1919
- dir %APPVEYOR_BUILD_FOLDER%
2020
- 7z x %APPVEYOR_BUILD_FOLDER%\deploy\openssl-*-win32*.zip -o%APPVEYOR_BUILD_FOLDER%
2121
- dir %APPVEYOR_BUILD_FOLDER%
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%
22+
- dir %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw
23+
- xcopy %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw\libcrypto-1_1.dll %DIST%
24+
- xcopy %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw\libssl-1_1.dll %DIST%
2525
- xxxXXXxxx
2626
# VERSION format: branch-master/branch-1.2
2727
# INSTVERSION format: 9999.0/1.2

0 commit comments

Comments
 (0)