Skip to content

Commit

Permalink
use pattern matching
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Dec 12, 2024
1 parent 634f690 commit e0887a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Download version artifacts from workflow
uses: actions/download-artifact@v4
with:
name: "*.txt"
pattern: "*.txt"
path: artifacts/
merge-multiple: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e0887a0

Please sign in to comment.