From 4be12a0c9d3362d8c9e6b554e5314f10ce4612a1 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Tue, 16 Jan 2024 07:54:01 -0600 Subject: [PATCH] Try --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a8e52ac..97cb99f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,7 +115,7 @@ jobs: - name: Download all binaries uses: actions/download-artifact@v4 with: - name: hegel-* + name: "hegel-*" merge-multiple: true # The upload/download actions do not preserve permissions so they need explicitly setting.