bito-code-review[bot] commented on PR #15598:
URL: https://github.com/apache/grails-core/pull/15598#issuecomment-4312462118

   <!-- Bito Reply -->
   The comment accurately spots a path issue in the Gradle workflow. The `cd 
build` and `unzip wrapper -d tmp` place the wrapper in `build/tmp/wrapper`, but 
if the upload step uses `path: tmp/wrapper` (relative to repo root), it will 
fail or upload nothing. Suggested fixes like extracting to 
`${GITHUB_WORKSPACE}/tmp` or updating the upload path to `build/tmp/wrapper` 
would resolve this.


-- 
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]

Reply via email to