Skip to content

Commit

Permalink
[CI] update download package name to avoid download of multiple versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage authored Dec 9, 2024
1 parent dc8f268 commit 0181f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
- name: Download packages
uses: actions/download-artifact@v4
with:
pattern: packages-*
name: packages-${{ matrix.dist }}-${{ matrix.arch }}
path: packages-${{ matrix.dist }}-${{ matrix.arch }}
merge-multiple: true
- name: Upload
Expand Down

0 comments on commit 0181f1f

Please sign in to comment.