From 888e3e84cea6a34a5dc2506d35655497a1cf05f1 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 7 Sep 2026 23:49:10 +1000 Subject: [PATCH] Allow GitHub tag zip archives through the github remote --- config/remote_generic/github.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/remote_generic/github.yaml b/config/remote_generic/github.yaml index 87f16f7..6ae4532 100644 --- a/config/remote_generic/github.yaml +++ b/config/remote_generic/github.yaml @@ -10,6 +10,7 @@ mutable_patterns: - "iplocate/ip-address-databases/raw/.*/ip-to-country/.*" patterns: - ".*/archive/refs/tags/.*.tar.gz$" + - ".*/archive/refs/tags/.*\\.zip$" - "9p4/jellyfin-plugin-sso/.*/sso-authentication_.*.zip$" - "ahmetb/kubectx/.*/kubectx_.*_linux_x86_64.tar.gz$" - "ahmetb/kubectx/.*/kubens_.*_linux_x86_64.tar.gz$"