Skip to content

Commit

Permalink
Fix appveyor artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Mar 15, 2019
1 parent e147975 commit 29389f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29389f7

Please sign in to comment.