Page 1 of 1

View GitHub repository release assets on old browsers

Posted: 04 Nov 2023, 17:42
by K4sum1
I have no idea why this is so hard to find, so I'm making a post about it to hopefully make it easier.

To view a release's assets, you need to replace the "tag" part of the URL between releases and version with "expanded_assets".
Using Palefill as an example:
https://github.com/martok/palefill/releases/tag/v1.27
becomes
https://github.com/martok/palefill/releases/expanded_assets/v1.27

This lets you download whatever it is you need from GitHub in an older browser.