Skip to content

Commit e836db9

Browse files
committed
wip - moving to dual output for x64 and arm64
1 parent 219f74a commit e836db9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docker-workflow.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,11 @@ jobs:
116116
- name: Download all artifacts
117117
uses: actions/download-artifact@v4
118118
with:
119-
# No name specified, downloads all artifacts from the workflow run
119+
# Specify a pattern to download only the relevant ZIPs
120+
pattern: sharp-layer-*
120121
path: dist # Download to 'dist' directory
121-
# Optional: Pattern matching if you have other artifacts
122-
# pattern: sharp-layer-*
123-
# merge-multiple: true # Merges artifacts if they have the same name (not needed here)
124-
122+
# merge-multiple: true # Still not strictly needed as names are unique, but doesn't hurt
123+
125124
- name: List downloaded files
126125
run: ls -R dist
127126

0 commit comments

Comments
 (0)