Skip to content

Commit

Permalink
fix: update download artifact 3
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Feb 12, 2025
1 parent 31fc3f5 commit d135aa5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,15 @@ jobs:
with:
# This matches all binary artifacts from every matrix job
pattern: "binary-${{ env.REGISTRY_TAG }}-*"
merge-multiple: true
path: /tmp/binaries

- name: Download vendored archive
uses: actions/download-artifact@v4
with:
# Single vendored artifact name
pattern: "vendored-archive-${{ env.REGISTRY_TAG }}"
merge-multiple: true
path: /tmp/vendored

- name: Code checkout
Expand Down Expand Up @@ -232,6 +234,7 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: "image-${{ env.REGISTRY_TAG }}-*"
merge-multiple: true
path: /tmp/images

- name: Load images
Expand Down

0 comments on commit d135aa5

Please sign in to comment.