Skip to content

Commit e559576

Browse files
committed
Fix the release action
1 parent 07aef20 commit e559576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-on-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
with:
1919
repo_token: ${{ secrets.GITHUB_TOKEN }}
2020
file: 'build/distributions/Git extended update-index-*.zip'
21-
asset_name: 'Git extended update-index-$tag.zip'
21+
file_glob: true
2222
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)