Skip to content

Commit

Permalink
ci: avoid conflict of uploaded artifacts (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Dec 31, 2023
1 parent e3fbf88 commit 5c15c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: reports (Gradle ${{ matrix.gradle }})
name: reports (Gradle ${{ matrix.gradle }}, ${{ matrix.os }})
path: build/reports

0 comments on commit 5c15c14

Please sign in to comment.