Skip to content

Commit

Permalink
GitHub Actions: upload-artifact v4 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfz committed Mar 28, 2024
1 parent 3bfc794 commit b814100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.config.os }}-${{ matrix.config.platform }}-${{ matrix.config.build }}
name: wheels-${{ matrix.config.platform }}
path: ./wheelhouse/*.whl

build_sdist:
Expand Down

0 comments on commit b814100

Please sign in to comment.