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