Commit b51daa9
authored
Fix CI workflow: Use ../mvnw for assembly generation in spring-ai-docs (#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 directory1 parent 8748a8d commit b51daa9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments