Commit f3163c5
committed
Fix summary upload: use relative path for .audit directory
Using ${{ github.workspace }}/.audit/ caused path resolution issues
where the checksum generation found files but upload-artifact@v4
reported "No files found". Changed to relative path .audit/ which
is more reliable.
Note: This work was completed with AI assistance (Claude Code).1 parent 6197e2c commit f3163c5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
| 684 | + | |
684 | 685 | | |
685 | 686 | | |
686 | 687 | | |
| |||
0 commit comments