Skip to content

Commit 723d516

Browse files
committed
Correct artefact pattern for releases.
1 parent 5e37c10 commit 723d516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Get build artifacts
4343
uses: actions/[email protected]
4444
with:
45-
pattern: dist-*
45+
pattern: Python-*
4646
path: dist
4747
merge-multiple: true
4848

0 commit comments

Comments
 (0)