Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 16 Jun 21:26

Fixed

  • build-artifacts (and any cleaner deleting cache directories) no longer hangs on trees that
    contain symlinks or junctions — e.g. node_modules from pnpm/yarn workspaces. The read-only
    pre-walk that blocked deletion now skips reparse points and only runs on the rare delete that
    actually fails, so large sweeps complete quickly instead of stalling.
  • More reliable CPU architecture detection in the Windows installer (install.ps1).