mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
[fix] artifact location
This commit is contained in:
parent
1360cecbdf
commit
4f8bd90f97
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4.6.0
|
||||
with:
|
||||
name: checkstyle-report
|
||||
path: build/reports/checkstyle/main/checkstyle.xml
|
||||
path: build/reports/checkstyle/main.xml
|
||||
|
||||
test:
|
||||
|
||||
|
|
Loading…
Reference in a new issue