发布

  • Compare the workflow path as posix so the guard passes on Windows (#7750)

    frostbyte_neo 发布于 2026-08-02 14:39:14 +00:00

    The guard step added in #7743 runs on windows-latest, where
    Path.relative_to() renders backslashes. The paths in the workflow YAML use
    forward slashes, so the membership check never matched and the pester job
    failed on every PR that touches this workflow's paths.

    下载附件