From 4ffcd53640808da942767fa10714104ea4e24a9a Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Thu, 12 Mar 2026 15:05:17 +0000 Subject: [PATCH] Use bash for merge artifacts --- ci/merge-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/merge-artifacts.sh b/ci/merge-artifacts.sh index 03fae48..87511cd 100755 --- a/ci/merge-artifacts.sh +++ b/ci/merge-artifacts.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Helper script executed on CI once all builds have completed. This takes # `wasi-toolchain-*` artifacts and `wasi-sysroot-*` artifacts and merges