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.