Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Mar 1, 2024
1 parent ff20fe4 commit 9a27766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
- name: upload packages
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-${{ matrix.os }}-${{ matrix.py }}
path: dist
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: Upload Wheels to artifact
uses: actions/upload-artifact@v4
with:
name: Wheels
name: wheels-${{ matrix.os }}
path: wheelhouse

0 comments on commit 9a27766

Please sign in to comment.