github-cli: use GH_VERSION to make sure our binary is properly versioned

This commit is contained in:
Paul Mulders 2021-06-11 23:01:15 +02:00
부모 302ee5abfc
커밋 90eb2722f9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -23,6 +23,7 @@ BUGS_TO="hasufell@posteo.de"
src_compile() {
export GOPATH="${WORK}"/.gopath
export GOBIN="${WORK}"/.bin
export GH_VERSION="v${PV}"
unset LDFLAGS
esandbox disable_net