You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI workflow: Use ../mvnw for assembly generation in spring-ai-docs (spring-projects#4072)
The CI was failing because the 'Generate assembly' step was trying to run
./mvnw from within the spring-ai-docs directory, but the Maven wrapper
script only exists in the repository root.
Fixed by changing './mvnw' to '../mvnw' to reference the script from
the parent directory while maintaining the correct working directory
for the assembly generation.
Fixes the error: ./mvnw: No such file or directory
Signed-off-by: 家娃 <[email protected]>
0 commit comments