Skip to content

Commit 43aa065

Browse files
committed
fix: download-artifact pattern to include macOS targets (3-segment names)
1 parent 508405c commit 43aa065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
uses: actions/download-artifact@v4
170170
with:
171171
path: artifacts
172-
pattern: '*-*-*-*'
172+
pattern: '*-*-*'
173173
merge-multiple: true
174174

175175
- name: List artifacts

0 commit comments

Comments
 (0)