From ce952ee57308f2e727bf621fd32c1128b530266e Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:39:34 -0500 Subject: [PATCH] Update manifest.toml Fix autoupdate asset --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ca31da9..4f37c17 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,7 +44,7 @@ ram.runtime = "50M" url = "https://github.com/mattermost/focalboard/releases/download/v7.11.3/focalboard-server-linux-amd64.tar.gz" sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd" autoupdate.strategy = "latest_github_release" - autoupdate.asset = "^focalboard-server-linux-amd64.tar.gz$" + autoupdate.asset = "^.*focalboard-*linux-amd64.tar.gz$" [resources.ports]