Commit 7fbccad
committed
Use tee so build output appears in both step log and artifact
The build step was using >> to redirect all output to compilation.log,
hiding it from the step log. Since step links now point to the specific
warning line, the output must be visible in the step log. Using tee
sends output to both the file and stdout.
https://claude.ai/code/session_01Eph17CQCfdnKaJhA2nSr9W1 parent 8f26629 commit 7fbccad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments