Commit 4fadb30
authored
fix(ci): render the build Step Summary (hashFiles cannot guard a RUNNER_TEMP file) (#5)
The Build summary step guarded its run with hashFiles(runner.temp/build-summary.json),
but hashFiles() only resolves paths inside GITHUB_WORKSPACE - a RUNNER_TEMP path never
matches, so the step was always skipped and no Step Summary rendered. Run on success()
instead (the dev build always writes the JSON), with an in-script existence fallback.
Workflow-only fix; the package and content hashes are unchanged.1 parent ae4da87 commit 4fadb30
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | | - | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
132 | | - | |
| 134 | + | |
133 | 135 | | |
134 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
135 | 141 | | |
136 | 142 | | |
137 | 143 | | |
| |||
0 commit comments