From f3ef9759793870f8ab8e3f2b493310a566501f13 Mon Sep 17 00:00:00 2001 From: KoonQi Date: Wed, 6 Sep 2023 00:42:30 +0800 Subject: [PATCH] change path --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 291026f37..4007ac231 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: build-artifacts - path: .github/workflows/reports/history/ + path: /spring-petclinic/reports/history/ # Static Code Analysis with Checkstyle - name: Static Code Analysis with Checkstyle @@ -48,7 +48,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: static-code-analysis-reports - path: .github/workflows/reports/checkstyle/ + path: /spring-petclinic/reports/checkstyle/ # Code Coverage - name: Code Coverage @@ -61,4 +61,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: code-coverage-reports - path: .github/workflows/reports/jacoco/ + path: /spring-petclinic/reports/jacoco/