Skip to content

Commit 98d7e57

Browse files
committed
fix(ci): use platform/py instead of runs-on
1 parent a63d85d commit 98d7e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249

250250
- uses: actions/upload-artifact@v4
251251
with:
252-
name: py-wheels-${{ matrix.runs-on }}
252+
name: py-wheels-${{ matrix.platform.name }}-${{ matrix.py }}
253253
path: ./wheelhouse/*.whl
254254

255255
distribute:

0 commit comments

Comments
 (0)