Is there a link to GitHub for downloading a file in the latest release of a repository?

A few years late, but I just implemented a simple redirect to support https://github.com/USER/PROJECT/releases/latest/download/package.zip. That should redirected to the latest tagged package.zip release asset. Hope it’s handy!

Leave a Comment