diff --git a/scripts/harness-check.mjs b/scripts/harness-check.mjs index 7e3633a..1b89d2f 100644 --- a/scripts/harness-check.mjs +++ b/scripts/harness-check.mjs @@ -111,7 +111,7 @@ for (const target of ['target_os: darwin', 'target_os: win32', 'target_os: linux } } -for (const expectedGlob of ['*.dmg', '*.exe', '*.AppImage', 'latest*.yml']) { +for (const expectedGlob of ['*.dmg', '*.exe', '*.AppImage']) { if (!desktopReleaseWorkflow.includes(expectedGlob)) { fail(`desktop-release.yml is missing expected artifact glob ${expectedGlob}`) }