Skip to content

Commit 5195f1e

Browse files
committed
Update artifact name
1 parent 376379c commit 5195f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Upload Artifact
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: filepattern-wheels
63+
name: filepattern-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
6464
path: dist/*.whl
6565
retention-days: 1
6666

@@ -110,6 +110,6 @@ jobs:
110110
- name: Upload Artifact
111111
uses: actions/upload-artifact@v4
112112
with:
113-
name: filepattern-wheels-apple-silicon
113+
name: filepattern-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
114114
path: dist/*.whl
115115
retention-days: 1

0 commit comments

Comments
 (0)