Skip to content

0.16.13

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:33
fix(ci): check-packaged-requires の Windows パス解決を fileURLToPath に修正

new URL(import.meta.url).pathname は Windows で "/D:/…" を返し、
existsSync が全滅して「no packaged app found」で Release ゲートが
誤 FAIL していた(v0.16.13 の Windows ジョブ停止の原因)。
vite.renderer.config.mjs で修正済みのものと同一パターン。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>