Skip to content

Commit

Permalink
fix(ci): use platform/py instead of runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Dec 13, 2024
1 parent a63d85d commit 98d7e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:

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

distribute:
Expand Down

0 comments on commit 98d7e57

Please sign in to comment.