PLK
PLK

Reputation: 399

github downloads - can it only be a flat file system?

I need to make binaries and documentation available for a github project which is currently on SourceForge. There, I am able to have a directory structure for the downloads which I need as I have to provide a few versions for about 10 different OSes. The Downloads section in github seems to only be one flat-file "directory" - is this correct? It would be impossible/very messy for me to be able to have no subdirectory structure for downloads.

Upvotes: 2

Views: 180

Answers (2)

Luke Patterson
Luke Patterson

Reputation: 13

You can have multiple "directories", although the result isn't very human-friendly for browsing. But for some things it might not be the worst solution. Here is a proof-of-concept example of a Maven repo deployed to the Downloads section https://github.com/lukewpatterson/travis-deployment-key-demo/downloads

Upvotes: 1

Casey Robinson
Casey Robinson

Reputation: 1019

You are correct. Github is not really the place to distribute binary files. You should just stick with SourceForge.

Upvotes: 2

Related Questions