Commit 981b0c3
FIX: Adjust file paths for actions/upload-artifact@v4 compatibility
The upgrade to actions/upload-artifact@v4 changed how artifacts
preserve directory structure. Updated the deployment script to:
✅ Use individual file checks instead of wildcard copy
✅ Add debugging output to show artifact structure
✅ Handle missing files gracefully with error messages
✅ Copy files individually: boost-spec.html, ERD navigator, PDFs, schemas
This fixes the deployment failure:
`cp: cannot stat 'build-output/drafts/current/specifications/*': No such file or directory`
The script now properly handles the v4 artifact structure and provides
better error diagnostics for troubleshooting.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent cc05da5 commit 981b0c3
1 file changed
+32
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
302 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
303 | 327 | | |
304 | 328 | | |
305 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
306 | 335 | | |
307 | 336 | | |
308 | 337 | | |
| |||
0 commit comments