mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-23 21:18:40 +02:00
The release workflow tests hardcoded Windows-style backslash paths (C:\workspace\...) which caused path.relative() to produce incorrect results on Linux and macOS, where backslashes are not path separators. Replace hardcoded paths with resolve()/join() calls that produce platform-native paths, fixing CI failures on Linux and macOS. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>