Merge pull request #2358 from hzeller/feature-20250216-fix-release
Fix artifact pattern.
diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml
index d327edf..c8507e0 100644
--- a/.github/workflows/verible-ci.yml
+++ b/.github/workflows/verible-ci.yml
@@ -504,7 +504,7 @@
uses: svenstaro/upload-release-action@2.9.0
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