mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-07 02:46:50 +00:00
fix: restore checksums/sha256sum/sha512sum substring filters
These are exact filenames with no extension — .txt doesn't catch them.
This commit is contained in:
@@ -1465,6 +1465,7 @@ func isMetaAsset(name string) bool {
|
||||
}
|
||||
}
|
||||
for _, contains := range []string{
|
||||
"checksums", "sha256sum", "sha512sum",
|
||||
"buildable-artifact",
|
||||
".LICENSE", ".README",
|
||||
} {
|
||||
|
||||
Reference in New Issue
Block a user