From 8c5350abdfc7ad7b948f1510c2bd3bf3fca546fb Mon Sep 17 00:00:00 2001 From: Emil Date: Sun, 2 Aug 2026 18:48:57 +0300 Subject: [PATCH] Filter release artifacts to binaries in the download step --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be2a07b..bb6bdda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,9 @@ jobs: - uses: actions/download-artifact@v4 with: path: artifacts + # Only the binary artifacts: the image job also uploads a buildkit + # cache artifact (*.dockerbuild) that download-artifact cannot fetch. + pattern: binaries-* merge-multiple: true - name: checksums