Skip to content

Commit 2ca0c25

Browse files
committed
use .* for copy artifacts
1 parent 988f54a commit 2ca0c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencvsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Make artifacts
8888
run: |
8989
mkdir artifacts && cd artifacts && mkdir lib test
90-
cp -r ../opencvsharp/build/OpenCvSharpExtern/libOpenCvSharpExtern.so ./lib
90+
cp -r ../opencvsharp/build/OpenCvSharpExtern/libOpenCvSharpExtern.* ./lib
9191
ls -lR
9292
9393
- name: Upload Artifacts

0 commit comments

Comments
 (0)