Skip to content

Commit 7d3e132

Browse files
committed
fix packaging appveyor artifacts
1 parent e0c2f0a commit 7d3e132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build_script:
2525
- sw -show-output -platform %platform% build
2626

2727
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
28+
- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\Windows_*_Shared_Release_MSVC_*\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\Windows_*_Shared_Release_MSVC_*\*.dll
2929

3030
artifacts:
3131
- path: tesseract.zip

0 commit comments

Comments
 (0)