Skip to content

Commit 0e3d776

Browse files
committed
test out
1 parent 02dea4f commit 0e3d776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ jobs:
7070
7171
- name: Show Build Artifacts
7272
run: |
73-
cd opencv/build && ls -lR | grep -iE 'libopencv|opencv_.*\.so|opencv_.*\.dll|opencv_.*\.a|opencv_.*\.dylib'
73+
cd opencv/build && ls -lR && pwd
7474
7575
- name: Make artifacts
7676
run: |
7777
mkdir artifacts && cd artifacts
78+
pwd
7879
cp ../opencv/build/libopencv*.a .
7980
8081
- name: Upload Artifacts

0 commit comments

Comments
 (0)