20

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.

AndyL
  • 14,302
  • 14
  • 43
  • 70

2 Answers2

23

You cannot host executables on github.

You can now use releases.

Justin Dearing
  • 14,270
  • 22
  • 88
  • 161
  • As was updated in the linked page, the new Releases feature can be used to upload executables and installers. – splintor Aug 25 '13 at 06:15
4

You can use GitHub's Releases for that.

splintor
  • 9,924
  • 6
  • 74
  • 89