Skip to content

Commit a2b6827

Browse files
committed
Fix artifact pattern.
1 parent 6017c16 commit a2b6827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verible-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ jobs:
504504
uses: svenstaro/[email protected]
505505
with:
506506
repo_token: ${{ secrets.GITHUB_TOKEN }}
507-
file: verible-v*.{tar.gz,zip}"
507+
file: verible-v*.{tar.gz,zip}
508508
tag: ${{ env.TAG }}
509509
overwrite: true
510510
file_glob: true

0 commit comments

Comments
 (0)