Skip to content

Commit 1e0ae29

Browse files
committed
correct lib folder
1 parent 0e3d776 commit 1e0ae29

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/opencv.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,12 @@ jobs:
7070
7171
- name: Show Build Artifacts
7272
run: |
73-
cd opencv/build && ls -lR && pwd
73+
cd opencv/build && ls -lR
7474
7575
- name: Make artifacts
7676
run: |
77-
mkdir artifacts && cd artifacts
78-
pwd
79-
cp ../opencv/build/libopencv*.a .
77+
mkdir artifacts
78+
cp opencv/build/lib/* artifacts
8079
8180
- name: Upload Artifacts
8281
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)