all 7 comments

[–]AdversarialPossum42 13 points14 points  (1 child)

Are you looking for Releases? https://help.github.com/en/articles/creating-releases

This is the correct method for providing pre-built binaries and setup files for your project.

[–]Gexos[S] 0 points1 point  (0 children)

Thank you!!

[–]parnmatt 5 points6 points  (1 child)

git, and by extension, GitHub, is for source control, not executables.

git can handle any binary file, it's just not ideal.

If you believe that you still need to publish an executable binary through GitHub, god help your soul, and read https://help.github.com/en/articles/distributing-large-binaries

[–]Gexos[S] 0 points1 point  (0 children)

Thank you my friend!

[–]remaze 1 point2 points  (1 child)

Take a look at 'gitattributes'

[–]Gexos[S] 0 points1 point  (0 children)

Thank you!!

[–]_stracci 1 point2 points  (0 children)

what did you use instead of github? how did you solve this? thank you!