Skip to content

Commit 89346ab

Browse files
committed
Fix: actions/download-artifacts uses glob patterns, not regex
1 parent 41524e7 commit 89346ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- uses: actions/download-artifact@v4
6363
with:
64-
pattern: .*_py313_*
64+
pattern: *_py313_*
6565
path: build-support/pex_platforms
6666
merge-multiple: true
6767

0 commit comments

Comments
 (0)