From 353775d4aaa20581fcabb2080a5e6bd556e7c0aa Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 13 May 2024 18:51:40 +0200 Subject: [PATCH] Update manifest.toml: fix autoupdater regex --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ee72013..d473531 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,7 +61,7 @@ ram.runtime = "50M" sha256 = "34090ca1a132f983529fb7582dae9d9f707256c005721933c90ad1386fe238f0" autoupdate.strategy = "latest_gitlab_release" - autoupdate.asset = "^gancio.tgz$" + autoupdate.asset = "^gancio.*.tgz$" [resources.system_user] allow_email = true