myitcv / gobin

gobin is an experimental, module-aware command to install/run main packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve binary releases

myitcv opened this issue · comments

At the moment the binaries themselves are uploaded as release assets.

However, this means when downloaded they don't have execute permissions.

So storing in an archive probably makes sense.

But then that complicates the one-liner for downloading.

Work this out.

Look at https://github.com/goreleaser/godownloader as a potential solution.