mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
This fixes cross-platform compatibility issues where skills created on Windows would have backslashes in bundled asset paths, causing CI failures on Linux. The build script now normalizes all path separators to forward slashes (/) regardless of the platform where the skill was created. Fixes #502