Skip to content

Commit 3380242

Browse files
author
Goran Jelic-Cizmek
committed
Append matrix.os to artifact name
1 parent 4d2cfc8 commit 3380242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Upload wheel files
8686
uses: actions/upload-artifact@v4
8787
with:
88-
name: wheels-${{ matrix.python-version }}
88+
name: wheels-${{ matrix.python-version }}-${{ matrix.os }}
8989
path: wheelhouse/*.whl
9090

9191
merge:

0 commit comments

Comments
 (0)