From a2b6827a69ba99002af6dc15267c689973f81206 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Sun, 16 Feb 2025 23:26:52 -0800 Subject: [PATCH] Fix artifact pattern. --- .github/workflows/verible-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml index d327edfbb..c8507e02c 100644 --- a/.github/workflows/verible-ci.yml +++ b/.github/workflows/verible-ci.yml @@ -504,7 +504,7 @@ jobs: 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