fix(release): normalize Windows checksum manifests

This commit is contained in:
Peter Steinberger
2026-07-14 00:20:59 +01:00
parent 34c63c3c3a
commit 4fdb314d9a
2 changed files with 8 additions and 3 deletions

View File

@@ -508,6 +508,8 @@ describe("package acceptance workflow", () => {
expect(workflow).toContain("actual=\"$(awk 'NF { name=$2;");
expect(workflow).toContain('sub(/^\\*/, "", name)');
expect(workflow).not.toContain('sub(/^\\\\*/, "", name)');
expect(workflow).toContain('sed \'s/\\r$//\' "$manifest" > "$normalized"');
expect(workflow).toContain('sha256sum --strict --check "$normalized"');
expect(workflow).toContain(
"Windows Node Release must contain one successful signed-installer promotion job.",
);