Fix the binary asset names in release workflow

This commit is contained in:
Marcin Kulik
2024-04-11 09:47:17 +02:00
committed by GitHub
parent 0a0b5e0b11
commit af02a26c6b

View File

@@ -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 }}