We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c2f0a commit 7d3e132Copy full SHA for 7d3e132
appveyor.yml
@@ -25,7 +25,7 @@ build_script:
25
- sw -show-output -platform %platform% build
26
27
after_build:
28
- - 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_*_Shared_Release_MSVC_*\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\Windows_*_Shared_Release_MSVC_*\*.dll
29
30
artifacts:
31
- path: tesseract.zip
0 commit comments