Skip to content

Commit

Permalink
ci: fix 分支测试时始终上传测试报告结果
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Feb 15, 2024
1 parent e829c92 commit 7a4947e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-v4-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: TestReports
name: test-reports-${{ matrix.os }}
path: build/test-reports
retention-days: 7
2 changes: 1 addition & 1 deletion website

0 comments on commit 7a4947e

Please sign in to comment.