Commit Graph

7 Commits

Author SHA1 Message Date
3fa77f1524 fix(ci): clone repository directly for media assets bundle
Some checks failed
release / release (push) Failing after 6s
2026-06-06 15:54:52 +08:00
c0f946fd51 fix(ci): pull git lfs after checkout before building zip
Some checks failed
release / release (push) Failing after 45s
Add git lfs pull step with mp3 size/header diagnostics before packaging.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 15:35:57 +08:00
83d444b1c2 fix(ci): use gitea mirror checkout and python3.12 zip publish
All checks were successful
release / release (push) Successful in 3s
Replace manual git clone with admin/actions-checkout@v4 from Gitea mirror.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 15:13:24 +08:00
5346eff658 fix(ci): clone repo locally and zip with python zipfile
Some checks failed
release / release (push) Failing after 0s
Clone from Gitea in-runner instead of actions/checkout; build media-assets.zip via stdlib zipfile.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 14:56:57 +08:00
d2efeab4b1 fix(ci): drop checkout action and inline zip publish
Some checks failed
release / release (push) Failing after 0s
Gitea runner cannot reach github.com/actions/checkout; rely on workspace checkout and only build/upload media-assets.zip.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 14:52:54 +08:00
ad85ba3c1c fix(ci): install git-lfs explicitly before pull
Some checks failed
release / release (push) Failing after 1m30s
Disable checkout LFS smudge and install git-lfs on the runner before git lfs pull.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 14:47:00 +08:00
97f5b6ec6e chore: publish stable media assets bundle
Some checks failed
release / release (push) Failing after 19s
Add CI validation, zip packaging, and vlatest release publishing for user-facing media-assets.zip downloads.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 14:40:02 +08:00