1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #21142 from MrKevinWeiss/pr/cireleasetest

.github/workflows/release-test.yml: Fix upload-artifact
This commit is contained in:
Kevin "Tristate Tom" Weiss 2025-01-20 13:35:18 +00:00 committed by GitHub
commit c979eb7b59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,5 +184,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test Reports
name: Test-Reports-${{ matrix.pytest_mark }}
path: test-reports/*