tcnksm / ghr

Upload multiple artifacts to GitHub Release in parallel
http://tcnksm.github.io/ghr/
MIT License
1.23k stars 80 forks source link

-n optional param is not working #136

Open ewm opened 2 years ago

ewm commented 2 years ago

I'm getting a failure when trying to pass a name / title to this.

ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -n "RELEASE NAME" "v1.0.0" ./

flag provided but not defined: -n Usage: ghr [options...] TAG PATH

Hanawa02 commented 2 years ago

The same happens for -soft.

jubr commented 1 year ago

Guessing the problem lies with CIRCLE_PROJECT_REPONAME being the empty string, had the same at https://github.com/tcnksm/ghr/issues/122#issuecomment-1757019595