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