tcnksm / ghr

Upload multiple artifacts to GitHub Release in parallel

Home Page:http://tcnksm.github.io/ghr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format verbs shows up on output

griffin-stewie opened this issue · comments

Format verbs that it's like %s shows up on output.
It looks like bellow.

$ ghr -u myuser v0.1.0 pkg/dist
WARNING: found release (%s). Use existing one.
--> Uploading:   0.1.0_SHASUMS
--> Uploading: myawesometool_0.1.0_linux_amd64.zip
--> Uploading: myawesometool_0.1.0_darwin_amd64.zip

I think you forget to pass *req.TagName as seccond arguments of fmt.Fprintln.

Fixed, thanks