Skip to content

Commit 12bb544

Browse files
authored
fix usage of download-artifact
1 parent e43bdd9 commit 12bb544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ jobs:
194194
steps:
195195
- name: Download sdist
196196
uses: actions/download-artifact@v5
197+
with:
198+
path: sdist/
197199
- name: Unpack SDist
198200
shell: bash
199201
run: |

0 commit comments

Comments
 (0)