From dff7b205f1d9e1e8336c7a5ea8d977c59d8e56f8 Mon Sep 17 00:00:00 2001 From: Riley Rice Date: Fri, 16 Jan 2026 14:06:45 -0800 Subject: [PATCH] fix: only publish the binaries not the coverage artifacts --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8de84f4..58f48d0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -83,6 +83,7 @@ jobs: uses: actions/download-artifact@v4 with: path: artifacts + pattern: goanywhere-* merge-multiple: true - name: Create GitHub Release