Skip to content

Commit f55f71a

Browse files
committed
optimize artifact name
1 parent 286d0b8 commit f55f71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ jobs:
111111
- name: Upload Artifacts
112112
uses: actions/upload-artifact@v4
113113
with:
114-
name: opencv-linux-x64-${{ matrix.os }}
114+
name: opencv-${{ matrix.os }}-${{ matrix.arch }}
115115
path: artifacts

0 commit comments

Comments
 (0)