File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 43
43
env :
44
44
GH_TOKEN : ${{ github.token }}
45
45
run : |
46
- gh release download --repo shimat/opencv_files 4.10.0.20240612 --pattern "opencv4100_win_x64.zip" --output opencv.zip
47
- Expand-Archive -Path opencv.zip -DestinationPath opencv_files -Force -ErrorAction Stop
46
+ gh release download --repo shimat/opencv_files 4.10.0.20240612 --pattern "opencv4100_win_x64.zip"
47
+ gh release download --repo shimat/opencv_files 4.10.0.20240612 --pattern "opencv4100_win_x86.zip"
48
+ ls
49
+ New-Item opencv_files -ItemType Directory -Force
50
+ Expand-Archive -Path opencv4100_win_x64.zip -DestinationPath opencv_files/ -Force -ErrorAction Stop
51
+ Expand-Archive -Path opencv4100_win_x86.zip -DestinationPath opencv_files/ -Force -ErrorAction Stop
48
52
ls opencv_files
49
53
50
54
# - name: Download OpenCV binaries
You can’t perform that action at this time.
0 commit comments