mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 23:19:07 +08:00
Update cmake-win64.yml
test artifact
This commit is contained in:
parent
d645a0333f
commit
e74f877d5b
16
.github/workflows/cmake-win64.yml
vendored
16
.github/workflows/cmake-win64.yml
vendored
@ -140,3 +140,19 @@ jobs:
|
||||
tesseract -v
|
||||
tesseract --list-langs
|
||||
tesseract test/testing/phototest.tif -
|
||||
|
||||
- name: Upload Build Results
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: tesseract-cmake-win64
|
||||
# path: d:/a/local
|
||||
retention-days: 5
|
||||
|
||||
- name: Download a Build Artifact
|
||||
uses: actions/download-artifact@v3.0.0
|
||||
with:
|
||||
# Artifact name
|
||||
name: # optional
|
||||
# Destination path
|
||||
path: # optional
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user