We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3cb98 commit c61dbdbCopy full SHA for c61dbdb
1 file changed
.github/workflows/release_flow.yml
@@ -169,8 +169,8 @@ jobs:
169
uses: svenstaro/upload-release-action@v2
170
with:
171
repo_token: ${{ steps.token.outputs.token }}
172
+ file_glob: true
173
file: ./codecov-cli/dist/codecovcli_*
- asset_name: codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
174
tag: ${{ github.ref }}
175
overwrite: true
176
0 commit comments