Skip to content

Commit

Permalink
fix: upload test report for different release type
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonlai committed Oct 3, 2024
1 parent d1b16b3 commit 2c9a8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: test-reports
name: test-reports-${{matrix.release_type}}
path: |
build/reports/tests/**/*
verify_new:
Expand Down

0 comments on commit 2c9a8ff

Please sign in to comment.