how to get a url to directly download a github release?

1.2k Views Asked by At

I created a github webpage recently which I attached to a github repository. Is there a way to put a link on that webpage to download a specific file (big one that I couldn't put directly on the repository) I uploaded as a release on github?

1

There are 1 best solutions below

0
On BEST ANSWER

Just an example:

<div> download the 
  <a href="https://github.com/sm-react/react-theming/releases/donload/0.2.0/storybok-boilerplate-projet.zip"> latest release</a>       

</div>