Skip to content

Commit 3874bc2

Browse files
authored
Fix download action (#7129)
1 parent 8eb0167 commit 3874bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
uses: actions/download-artifact@v4
329329
with:
330330
path: DOWNLOAD_DIR
331-
pattern: pkg-*
331+
pattern: pkg*
332332
merge-multiple: true
333333
- name: Download Reproducibility Metadata
334334
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)