Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Sep 28, 2024
1 parent 27687a6 commit 5abeb9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: robinraju/[email protected]
with:
repository: "rainyl/opencv.full"
tag: "4.10.0+6"
latest: true
fileName: "libopencv-android-${{ matrix.abi }}.tar.gz"
out-file-path: "build/opencv"
extract: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: robinraju/[email protected]
with:
repository: "rainyl/opencv.full"
tag: "4.10.0+6"
latest: true
fileName: "libopencv-linux-${{ matrix.arch }}.tar.gz"
out-file-path: "build/opencv"
extract: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: robinraju/[email protected]
with:
repository: "rainyl/opencv.full"
tag: "4.10.0+6"
latest: true
fileName: "libopencv-windows-${{ matrix.arch }}.tar.gz"
out-file-path: "build/opencv"
extract: true
Expand Down

0 comments on commit 5abeb9f

Please sign in to comment.