Fix CI build failure due to missing embedded file
- Create a placeholder `pkg/player/frontend/demo-track.smsg` to satisfy `go:embed` directive in `pkg/player/assets.go`. - Update `.gitignore` to explicitly whitelist this file, overriding the global `demo-track.smsg` ignore rule. - This ensures the file is present during CI builds, preventing "pattern frontend/demo-track.smsg: no matching files found" error.
This commit is contained in:
parent
a5e4306949
commit
e29c03866a
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ demo-track.smsg
|
|||
|
||||
# Dev artifacts
|
||||
.playwright-mcp/
|
||||
!pkg/player/frontend/demo-track.smsg
|
||||
|
|
|
|||
1
pkg/player/frontend/demo-track.smsg
Normal file
1
pkg/player/frontend/demo-track.smsg
Normal file
|
|
@ -0,0 +1 @@
|
|||
placeholder
|
||||
Loading…
Add table
Reference in a new issue