fix(ci): fix missing demo-track.smsg build failure
- Created `pkg/player/frontend/demo-track.smsg` as a placeholder file. - Updated `.gitignore` to explicitly allow this placeholder file, ensuring it is tracked by git and present during CI builds. - This resolves the `no matching files found` error from `go:embed` in `pkg/player/assets.go`.
This commit is contained in:
parent
24ba4b8d15
commit
c992c5407b
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,6 +7,7 @@ coverage.txt
|
|||
|
||||
# Demo content (hosted on CDN)
|
||||
demo-track.smsg
|
||||
!pkg/player/frontend/demo-track.smsg
|
||||
|
||||
# Dev artifacts
|
||||
.playwright-mcp/
|
||||
|
|
|
|||
1
pkg/player/frontend/demo-track.smsg
Normal file
1
pkg/player/frontend/demo-track.smsg
Normal file
|
|
@ -0,0 +1 @@
|
|||
Placeholder for CI build.
|
||||
Loading…
Add table
Reference in a new issue