Skip to content

Commit

Permalink
ci: fixed configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Feb 14, 2024
1 parent 416e5a2 commit 1b02eb3
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 @@ -75,7 +75,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: unit-test-report-${{matrix.os}}-node_${{matrix.node-version}}
name: unit-test-report-${{matrix.os}}-node-${{matrix.node-version}}
path: reports/unit-report.xml

run-e2e-tests:
Expand Down

0 comments on commit 1b02eb3

Please sign in to comment.