You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): update ONNX Runtime artifact verification to check for .mjs files
The ONNX Runtime build produces .mjs files (ort-wasm-simd-threaded.mjs) but
the workflow verification was checking for .js files, causing build failures.
Updated both cache validation and build verification steps to check for the
correct .mjs extension.
0 commit comments