Skip to content

Commit 896f700

Browse files
committed
whole opencv build folder shoud be artifact
1 parent 928021a commit 896f700

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
78-
cp opencv/build/lib/* artifacts
78+
cp opencv/build/* artifacts
7979
8080
- name: Upload Artifacts
8181
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)