mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
autoupdate app sources: fix asset url for latest tag strategy
This commit is contained in:
parent
45c5dc0883
commit
8475cbd001
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…
Add table
Reference in a new issue