We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896f700 commit 479be17Copy full SHA for 479be17
.github/workflows/opencv.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Make artifacts
76
run: |
77
mkdir artifacts
78
- cp opencv/build/* artifacts
+ cp -r opencv/build/* artifacts
79
80
- name: Upload Artifacts
81
uses: actions/upload-artifact@v4
0 commit comments