fix: restore checksums/sha256sum/sha512sum substring filters

These are exact filenames with no extension — .txt doesn't catch them.
This commit is contained in:
AJ ONeal
2026-03-10 17:25:55 -06:00
parent 9247de98d2
commit f101037dfd

View File

@@ -1465,6 +1465,7 @@ func isMetaAsset(name string) bool {
}
}
for _, contains := range []string{
"checksums", "sha256sum", "sha512sum",
"buildable-artifact",
".LICENSE", ".README",
} {