Skip to content

Commit eef1d23

Browse files
authored
Gupta/fix artifacts downloading (#54)
* hopefully this fixes the missing artifacts * its a pattern now, not a name
1 parent 88e70dc commit eef1d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/download-artifact@v4
6161
with:
62-
name: artifact-*
62+
pattern: artifact-*
6363
path: dist
6464
merge-multiple: true
6565

0 commit comments

Comments
 (0)