Commit 9b85763
Convert file paths to relative paths for GitHub Actions annotations
- GitHub Actions expects paths relative to workspace root, not absolute paths
- Added path conversion logic using GITHUB_WORKSPACE environment variable
- Normalizes paths to use forward slashes for consistency
- Handles both Unix and Windows absolute paths
- Relative paths remain unchanged
Co-authored-by: TravisEz13 <[email protected]>1 parent 6605c89 commit 9b85763
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1867 | 1867 | | |
1868 | 1868 | | |
1869 | 1869 | | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
1870 | 1883 | | |
1871 | 1884 | | |
1872 | 1885 | | |
1873 | 1886 | | |
1874 | 1887 | | |
1875 | 1888 | | |
1876 | 1889 | | |
1877 | | - | |
| 1890 | + | |
1878 | 1891 | | |
1879 | 1892 | | |
1880 | 1893 | | |
| |||
0 commit comments