fixup! fix: configure Docker buildx for multi-platform builds

This commit is contained in:
2026-01-04 01:37:44 +00:00
parent ac2849fb9b
commit edf7f3f2b8
+8
View File
@@ -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/