From cb923bb37e438024ba5f8c5f9c1663cb3309ab36 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a8e52ac..e3d93492 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - name: Upload linux/${{ matrix.platform }} binary uses: actions/upload-artifact@v4 with: - name: hegel-${{ matrix.platform }} + name: ${{ matrix.platform }} retention-days: 1 path: hegel-linux-${{ matrix.platform }} @@ -115,7 +115,7 @@ jobs: - name: Download all binaries uses: actions/download-artifact@v4 with: - name: hegel-* + name: '*' merge-multiple: true # The upload/download actions do not preserve permissions so they need explicitly setting.