change path

This commit is contained in:
KoonQi 2023-09-06 00:42:30 +08:00
parent b80d549d7e
commit f3ef975979

View file

@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: build-artifacts name: build-artifacts
path: .github/workflows/reports/history/ path: /spring-petclinic/reports/history/
# Static Code Analysis with Checkstyle # Static Code Analysis with Checkstyle
- name: Static Code Analysis with Checkstyle - name: Static Code Analysis with Checkstyle
@ -48,7 +48,7 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: static-code-analysis-reports name: static-code-analysis-reports
path: .github/workflows/reports/checkstyle/ path: /spring-petclinic/reports/checkstyle/
# Code Coverage # Code Coverage
- name: Code Coverage - name: Code Coverage
@ -61,4 +61,4 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: code-coverage-reports name: code-coverage-reports
path: .github/workflows/reports/jacoco/ path: /spring-petclinic/reports/jacoco/