Fix artifact naming per OS

This commit is contained in:
thePR0M3TH3AN
2025-06-29 19:00:52 -04:00
parent d78e5ba849
commit 37d6547ecc

View File

@@ -47,5 +47,5 @@ jobs:
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-xml
name: coverage-xml-${{ matrix.os }}
path: coverage.xml