Skip to content

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 19:00
4ab84f2

Fixed

  • Windows EPERM in destinationExists() (commit 86cb31e): On Windows, fs.access() throws EPERM instead of EACCES when a directory has restricted permissions (e.g. chmod 0o000). Now both EACCES and EPERM are treated as "path exists but unreadable", returning true so staging surfaces the real error downstream. Fixes CI failure on windows-latest runner.