Skip to content

Commit 748b484

Browse files
committed
only include libOpenCvSharpExtern.so as artifact
1 parent 00ac991 commit 748b484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Make artifacts
133133
run: |
134134
mkdir artifacts && cd artifacts && mkdir lib test
135-
cp -r ../opencvsharp/build/OpenCvSharpExtern/* ./lib
135+
cp -r ../opencvsharp/build/OpenCvSharpExtern/libOpenCvSharpExtern.so ./lib
136136
cp -r ../test/* ./test
137137
ls -lR
138138

0 commit comments

Comments
 (0)