Skip to content

Commit c61dbdb

Browse files
committed
Fix glob
1 parent 4f3cb98 commit c61dbdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ jobs:
169169
uses: svenstaro/upload-release-action@v2
170170
with:
171171
repo_token: ${{ steps.token.outputs.token }}
172+
file_glob: true
172173
file: ./codecov-cli/dist/codecovcli_*
173-
asset_name: codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
174174
tag: ${{ github.ref }}
175175
overwrite: true
176176

0 commit comments

Comments
 (0)