Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat authored Aug 18, 2024
1 parent 77c128a commit e92e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
gh release download --repo shimat/tesseract_vcpkg 2023.07.06 --pattern "*.zip" --output tesseract.zip
Expand-Archive -Path tesseract.zip -DestinationPath tesseract_files -Force -ErrorAction Stop
New-Item tesseract_files/tesseract_vcpkg -ItemType Directory -Force
Move-Item tesseract_files\*\* tesseract_files/tesseract_vcpkg
Move-Item tesseract_files/tesseract_vcpkg/*/* tesseract_files/tesseract_vcpkg
ls tesseract_files/tesseract_vcpkg
#- name: Download Tesseract binaries
Expand Down

0 comments on commit e92e492

Please sign in to comment.