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