Skip to content

Commit 4ab2e18

Browse files
committed
chore: download with pattern
1 parent f72840d commit 4ab2e18

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,9 @@ jobs:
195195
$"versions=$versions_str" | save --append $env.GITHUB_ENV
196196
'
197197
- name: Download Results Artifacts
198-
run: |
199-
nix run nixpkgs#nushell -- -c '
200-
# Ensure the versions environment variable is correctly set
201-
let versions = env.versions | str split ","
202-
foreach $version in $versions {
203-
let artifact_name = "merge_results-$version"
204-
echo "Downloading artifact: $artifact_name"
205-
actions/download-artifact@v3
206-
with:
207-
name: $artifact_name
208-
}
209-
'
198+
uses: actions/download-artifact@v3
199+
with:
200+
pattern: merge_results-*
210201
- name: Combine Results
211202
id: combine
212203
run: |

0 commit comments

Comments
 (0)