From 6eb628559b24441f011a1ed0e63f4fe115d74bf9 Mon Sep 17 00:00:00 2001 From: chasem-dev Date: Thu, 22 Jan 2026 11:53:15 -0500 Subject: [PATCH] Fix: Use explicit latest-linux.yml to prevent yml file collision The glob pattern latest*.yml was matching both latest-linux.yml AND latest.yml from the Linux build, causing the Windows latest.yml to be overwritten with incorrect checksums. Co-Authored-By: Claude Sonnet 4.5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c3586f..4e09ae1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: dist/*.deb dist/*.rpm dist/*.pacman - dist/latest*.yml + dist/latest-linux.yml build-windows: runs-on: windows-latest