Skip to content

Commit

Permalink
chore: download with pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Dec 21, 2024
1 parent f72840d commit 4ab2e18
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/dockerhub-release-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,18 +195,9 @@ jobs:
$"versions=$versions_str" | save --append $env.GITHUB_ENV
'
- name: Download Results Artifacts
run: |
nix run nixpkgs#nushell -- -c '
# Ensure the versions environment variable is correctly set
let versions = env.versions | str split ","
foreach $version in $versions {
let artifact_name = "merge_results-$version"
echo "Downloading artifact: $artifact_name"
actions/download-artifact@v3
with:
name: $artifact_name
}
'
uses: actions/download-artifact@v3
with:
pattern: merge_results-*
- name: Combine Results
id: combine
run: |
Expand Down

0 comments on commit 4ab2e18

Please sign in to comment.