如何获得 url 以直接下载 github 版本?

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

我最近创建了一个 github 网页,并将其附加到 github 存储库。有没有办法在该网页上放置一个 link 以下载我在 github 上作为发布上传的特定文件(我不能直接放在存储库中的大文件)?

举个例子:

<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>