Skip to content

Commit

Permalink
Merge pull request chipsalliance#2358 from hzeller/feature-20250216-f…
Browse files Browse the repository at this point in the history
…ix-release

Fix artifact pattern.
  • Loading branch information
hzeller authored Feb 17, 2025
2 parents 6017c16 + a2b6827 commit 851d3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ jobs:
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: verible-v*.{tar.gz,zip}"
file: verible-v*.{tar.gz,zip}
tag: ${{ env.TAG }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit 851d3ff

Please sign in to comment.