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 07aef20 commit e559576Copy full SHA for e559576
.github/workflows/build-on-release.yaml
@@ -18,5 +18,5 @@ jobs:
18
with:
19
repo_token: ${{ secrets.GITHUB_TOKEN }}
20
file: 'build/distributions/Git extended update-index-*.zip'
21
- asset_name: 'Git extended update-index-$tag.zip'
+ file_glob: true
22
tag: ${{ github.ref }}
0 commit comments