From 873797465a4fc990043137526f1f2195412dc2af Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 26 Mar 2026 14:00:07 +1100 Subject: [PATCH] feat: enable downloading tea - enable downloading the tea prebuilt binaries --- apps/base/artifactapi/resources/remotes.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/artifactapi/resources/remotes.yaml b/apps/base/artifactapi/resources/remotes.yaml index b9988e8..a33baba 100644 --- a/apps/base/artifactapi/resources/remotes.yaml +++ b/apps/base/artifactapi/resources/remotes.yaml @@ -63,6 +63,7 @@ remotes: description: "Gitea download site" include_patterns: - "act_runner/.*/act_runner-.*-linux-amd64$" + - "tea/.*/tea-.*-linux-amd64$" cache: file_ttl: 0 index_ttl: 0 -- 2.47.3