We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dea4f commit 0e3d776Copy full SHA for 0e3d776
.github/workflows/opencv.yml
@@ -70,11 +70,12 @@ jobs:
70
71
- name: Show Build Artifacts
72
run: |
73
- cd opencv/build && ls -lR | grep -iE 'libopencv|opencv_.*\.so|opencv_.*\.dll|opencv_.*\.a|opencv_.*\.dylib'
+ cd opencv/build && ls -lR && pwd
74
75
- name: Make artifacts
76
77
mkdir artifacts && cd artifacts
78
+ pwd
79
cp ../opencv/build/libopencv*.a .
80
81
- name: Upload Artifacts
0 commit comments