问题
I want to distribute executables along with my source. My source is all hosted tidily on GitHub. Is it possible to add executables and installers to my GitHub project page without adding them to my git repository?
Note, for some reason GitHub discontinued this feature. See Answer by Justin Dearing below.
回答1:
You cannot host executables on github.
You can now use releases.
回答2:
You can use GitHub's Releases for that.
来源:https://stackoverflow.com/questions/3928362/host-executables-on-github