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 <noreply@anthropic.com>
This commit is contained in:
chasem-dev
2026-01-22 11:53:15 -05:00
parent 052b5dc7dc
commit 6eb628559b

View File

@@ -37,7 +37,7 @@ jobs:
dist/*.deb
dist/*.rpm
dist/*.pacman
dist/latest*.yml
dist/latest-linux.yml
build-windows:
runs-on: windows-latest