relax desktop release artifact harness check (#1161)

Co-authored-by: xingzhi <chuzihao.czh@alibaba-inc.com>
This commit is contained in:
sir1st
2026-05-30 19:49:08 +08:00
committed by GitHub
parent 877bb16bc8
commit 46bd7d0420
+1 -1
View File
@@ -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}`)
}