Skip to content

Commit

Permalink
fix packaging appveyor artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed May 29, 2019
1 parent e0c2f0a commit 7d3e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -25,7 +25,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_*_Shared_Release_MSVC_*\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\Windows_*_Shared_Release_MSVC_*\*.dll

artifacts:
- path: tesseract.zip
Expand Down

0 comments on commit 7d3e132

Please sign in to comment.