Fix the binary asset names in release workflow
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -55,5 +55,5 @@ jobs:
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: target/${{ matrix.target }}/release/ht
|
||||
asset_name: ht-${{ matrix.target }}$
|
||||
asset_name: ht-${{ matrix.target }}
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user