Fix appveyor artifacts.

This commit is contained in:
Egor Pugin 2019-03-15 15:55:15 +03:00 committed by GitHub
parent e14797563b
commit 29389f7145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ build_script:
- sw -show-output -platform %platform% build
after_build:
- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_shared_Release_*\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_shared_Release_*\*.dll
- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_shared_Release\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_shared_Release\*.dll
artifacts:
- path: tesseract.zip