autoupdate app sources: fix asset url for latest tag strategy
This commit is contained in:
parent
fd93ac330c
commit
bb2c3cb76f
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class AppAutoUpdater:
|
|||
latest_version_orig, latest_version = filter_and_get_latest_tag(
|
||||
[t["name"] for t in tags], self.app_id
|
||||
)
|
||||
latest_tarball = f"{upstream}/archive/refs/tags/{latest_version}.tar.gz"
|
||||
latest_tarball = f"{upstream}/archive/refs/tags/{latest_version_orig}.tar.gz"
|
||||
return latest_version, latest_tarball
|
||||
|
||||
elif strategy == "latest_github_commit":
|
||||
|
|
Loading…
Reference in a new issue