Skip to content

Commit 417158d

Browse files
authored
Fix download path (#1567)
2 parents b14e833 + 48d5a61 commit 417158d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
- uses: actions/download-artifact@v4
132132
with:
133133
name: build
134+
path: ./artifact
134135
- name: Publish package distributions to PyPI
135136
uses: pypa/gh-action-pypi-publish@release/v1
136137
with:

0 commit comments

Comments
 (0)