Skip to content

Commit 49e2084

Browse files
committed
copy opencvsharp stuff to test folder
1 parent f82272e commit 49e2084

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-opencvsharp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ jobs:
163163
fi
164164
cd test && ./test.exe
165165
166+
- name: Copy opencvsharp/lib to test
167+
run: |
168+
cp -r opencvsharp/lib/* test
169+
166170
- name: Upload Artifacts
167171
uses: actions/upload-artifact@v4
168172
with:

0 commit comments

Comments
 (0)