Skip to content

Commit 46ea0a2

Browse files
committed
only pack the install folder as artifact
1 parent 093b8c1 commit 46ea0a2

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
@@ -80,7 +80,7 @@ jobs:
8080
- name: Make artifacts
8181
run: |
8282
mkdir artifacts
83-
cp -r opencv/build/* artifacts
83+
cp -r opencv/build/install/* artifacts
8484
8585
- name: Upload Artifacts
8686
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)