mirror of
https://github.com/lukaszraczylo/shared-actions.git
synced 2026-06-05 22:43:43 +00:00
fixup! fix: configure Docker buildx for multi-platform builds
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user