Commit b1faef4
chore(ci): align workflow frontend-copy with Makefile frontend-build (#474)
PR #473 changed the Makefile `frontend-build` target to copy into
`web/frontend/dist/` and `touch web/frontend/dist/.gitkeep` (so the
`//go:embed all:frontend/dist` directive always has something to embed).
The release.yml and pr-build.yml "Copy frontend dist" steps still used
the older `cp -r frontend/dist web/frontend/` form.
Both forms place a real index.html under web/frontend/dist/ so release
artifacts were never broken, but the divergent forms are confusing and
the workflow steps did not recreate the tracked .gitkeep. This aligns
both workflows with the Makefile so there is a single canonical form.
Follow-up to #473. No functional change to release/CI artifacts.
Co-authored-by: Claude Code <noreply@anthropic.com>1 parent 7a1f6fd commit b1faef4
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
181 | 184 | | |
182 | 185 | | |
183 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | | - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
299 | 302 | | |
300 | 303 | | |
301 | 304 | | |
| |||
0 commit comments