I have a build script which downloads .tar.gz file from github's tagged release link, for example, https://github.com/madler/zlib/archive/refs/tags/v1.2.11.tar.gz, this link address is from the tag page (https://github.com/madler/zlib/releases/tag/v1.2.11) and it seems to be valid. But If I click the link to follow, it's "not found" error.
Is this a github change or a new tag release page should be re-generated by the project author?