fix updater zipball
This commit is contained in:
parent
39b38d2ded
commit
cd6457352b
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue