Skip to content

Commit

Permalink
ci: fix unit tests artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Feb 14, 2024
1 parent acf1917 commit 352a555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: unit-test-report
name: unit-test-report-${{ matrix.platform }}
path: reports/unit-report.xml

run-e2e-tests:
Expand Down

0 comments on commit 352a555

Please sign in to comment.