mirror of
https://github.com/lukaszraczylo/shared-actions.git
synced 2026-06-10 23:08:56 +00:00
fixup! fix: configure Docker buildx for multi-platform builds
This commit is contained in:
@@ -267,6 +267,14 @@ jobs:
|
|||||||
pattern: release-*
|
pattern: release-*
|
||||||
merge-multiple: true
|
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
|
- name: List artifacts
|
||||||
run: ls -la dist/
|
run: ls -la dist/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user