fix(ci): correctly download wheel artifacts
This commit is contained in:
parent
5f07fca816
commit
4ddca1f177
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -135,6 +135,7 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: wheels
|
||||||
|
path: dist
|
||||||
- uses: softprops/action-gh-release@v1
|
- uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: 'dist/*'
|
files: 'dist/*'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue