Skip to content

Commit

Permalink
.github/workflows/release-test.yml: Fix upload-artifact
Browse files Browse the repository at this point in the history
The new upload artifact does not support multiple artifacts uploaded with the same name, this fixes this by adding matrix info in
  • Loading branch information
MrKevinWeiss committed Jan 20, 2025
1 parent cefa182 commit 20d9908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 20d9908

Please sign in to comment.