Commit 000874b
committed
Fix permissions on wstest directories before artifact upload
Docker containers may create files as root, making them read-only
to the GitHub Actions runner user. The verified upload action needs
write access to create CHECKSUMS.sha256 in the artifact directory.
Add chmod -R u+w steps before both client and server report uploads.
Note: This work was completed with AI assistance (Claude Code).1 parent 85c94df commit 000874b
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
206 | 214 | | |
207 | 215 | | |
208 | 216 | | |
| |||
415 | 423 | | |
416 | 424 | | |
417 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
418 | 434 | | |
419 | 435 | | |
420 | 436 | | |
| |||
0 commit comments