From fe99ea20126a0ede51370201fa88e873d9a12648 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 23 Apr 2026 02:04:41 -0500 Subject: [PATCH] fix: remove tar.gz from updates.xml (causes SHA mismatch) Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/auto-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 04ce6ea3..eefafbf6 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -568,7 +568,6 @@ jobs: new_downloads = ( " \n" f" {zip_url}\n" - f" {tar_url}\n" " " ) block = re.sub(r' .*?', new_downloads, block, flags=re.DOTALL)