From edf7f3f2b8014df5af0dcd77c457e8df0d2b2a74 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 4 Jan 2026 01:37:44 +0000 Subject: [PATCH] fixup! fix: configure Docker buildx for multi-platform builds --- .github/workflows/go-release-cgo.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/go-release-cgo.yaml b/.github/workflows/go-release-cgo.yaml index 46c6859..07a7de8 100644 --- a/.github/workflows/go-release-cgo.yaml +++ b/.github/workflows/go-release-cgo.yaml @@ -267,6 +267,14 @@ jobs: pattern: release-* merge-multiple: true + - name: Download frontend artifact + if: inputs.node-enabled && inputs.node-output-path != '' + continue-on-error: true + uses: actions/download-artifact@v4 + with: + name: frontend-dist + path: ${{ inputs.node-output-path }} + - name: List artifacts run: ls -la dist/