fix updater zipball

This commit is contained in:
themancalledjakob 2024-11-16 15:13:34 +01:00
parent 39b38d2ded
commit cd6457352b

View file

@ -1775,7 +1775,7 @@ class ForgejoEngine:
return [
{
"name": tag["name"],
"zipball_url": self.get_zip_url(tag["commit"]["id"], updater)
"zipball_url": self.get_zip_url(tag["commit"]["sha"], updater)
} for tag in response]