commit | a2b6827a69ba99002af6dc15267c689973f81206 | [log] [tgz] |
---|---|---|
author | Henner Zeller <h.zeller@acm.org> | Sun Feb 16 23:26:52 2025 -0800 |
committer | Henner Zeller <h.zeller@acm.org> | Sun Feb 16 23:26:52 2025 -0800 |
tree | 9a080fdd205b44284f4cde24bf76bb7a22c0cdf2 | |
parent | 6017c160d1474a7f92085bfd73c9a468ac6edd9f [diff] |
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