Skip to content

Commit 1cf9228

Browse files
committed
Fix artifact glob
1 parent 6b1938b commit 1cf9228

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,7 @@ jobs:
233233
- name: Download Artifacts
234234
uses: actions/download-artifact@v4
235235
with:
236-
pattern: |
237-
llvm-*
238-
sysroot-*
236+
pattern: '{llvm,sysroot}-*'
239237
path: artifacts/
240238
merge-multiple: True
241239
- run: |

0 commit comments

Comments
 (0)