peterxcli commented on code in PR #8891:
URL: https://github.com/apache/ozone/pull/8891#discussion_r2389771809


##########
.github/workflows/check.yml:
##########
@@ -254,7 +255,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ (inputs.split && format('{0}-{1}', inputs.script, 
inputs.split)) || inputs.script }}
-          path: target/${{ inputs.script }}
+          path: |
+            target/${{ inputs.script }}

Review Comment:
   this can be removed I guess?



##########
.github/workflows/check.yml:
##########
@@ -254,7 +255,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ (inputs.split && format('{0}-{1}', inputs.script, 
inputs.split)) || inputs.script }}
-          path: target/${{ inputs.script }}
+          path: |
+            target/${{ inputs.script }}
+            target/reports/apidocs
+            target/site/apidocs

Review Comment:
   I guess we only need one of these?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to