Merge branch 'v3' into feat/pgo-v3

This commit is contained in:
Jerry Ma
2026-05-22 10:27:39 +08:00
committed by GitHub
12 changed files with 20 additions and 18 deletions

View File

@@ -331,7 +331,7 @@ class Artifact
public function getSourceRoot(): string
{
if (isset($this->config['metadata']['source-root'])) {
return $this->getSourceDir() . '/' . ltrim($this->config['metadata']['source-root'], '/');
return FileSystem::convertPath($this->getSourceDir() . '/' . ltrim($this->config['metadata']['source-root'], '/'));
}
return $this->getSourceDir();
}