Skip to content

Commit

Permalink
Improve release asset name (lavanet#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
luis02lopez authored Dec 12, 2022
1 parent 2d16d00 commit e1c0bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: $(file -b --mime-type build/lavad)" \
--data-binary @build/lavad \
$(echo '${{ github.event.release.upload_url }}' | sed 's/{?name,label}/?name=lavad/g')
$(echo '${{ github.event.release.upload_url }}' | sed 's/{?name,label}/?name=lavad-${{ github.event.release.tag_name }}-linux-amd64/g')
}
delete_binary(){
Expand Down

0 comments on commit e1c0bb9

Please sign in to comment.