Skip to content

Commit 187ee15

Browse files
committed
missing folder
1 parent cb48c21 commit 187ee15

File tree

1 file changed

+3
-3
lines changed
  • openapi-processor-core/.github/workflows

1 file changed

+3
-3
lines changed

openapi-processor-core/.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
uses: actions/upload-artifact@v1
9393
if: always()
9494
with:
95-
name: test results
96-
path: build/reports
95+
name: publish results
96+
path: build
9797

9898
sonarqube:
9999
needs: [publish]
@@ -142,4 +142,4 @@ jobs:
142142
if: always()
143143
with:
144144
name: sonarqube results
145-
path: build/reports
145+
path: build

0 commit comments

Comments
 (0)