Skip to content

Commit

Permalink
use pattern: instead of name: for artifact-download
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jan 7, 2025
1 parent 9e289fd commit 256810d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: dist-${{ matrix.os }}
pattern: dist-*
path: dist

- uses: actions/setup-python@v5
Expand Down

0 comments on commit 256810d

Please sign in to comment.