Skip to content

Commit

Permalink
[ci] Fix nightly publish upload artifact name (#3597)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 authored Jan 31, 2025
1 parent 2ad90ea commit 33d9c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: reports
name: reports-${{ matrix.operating-system }}
path: |
${{ github.workspace }}/**/build/reports/**/*
!${{ github.workspace }}/**/build/reports/jacoco/*
Expand Down

0 comments on commit 33d9c3a

Please sign in to comment.