Skip to content

Commit 02dea4f

Browse files
committed
fix opencv path
1 parent c34792d commit 02dea4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Make artifacts
7676
run: |
7777
mkdir artifacts && cd artifacts
78-
cp ../lib/libopencv*.a .
78+
cp ../opencv/build/libopencv*.a .
7979
8080
- name: Upload Artifacts
8181
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)