Skip to content

Commit 6b57577

Browse files
committed
Set directory for dowloaded artifacts
1 parent 53f426f commit 6b57577

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
uses: actions/download-artifact@v4
9191
with:
9292
name: release-artifacts
93+
path: dist
94+
95+
- run: ls -R dist
9396

9497
- name: Publish package on PyPI
9598
if: needs.tag-and-build.outputs.tag

0 commit comments

Comments
 (0)