Commit Graph

2 Commits

Author SHA1 Message Date
Shaun Arman
04c834c58e refactor(ci): remove standalone release workflow
All checks were successful
Auto Tag / autotag (push) Successful in 52s
Auto Tag / build-macos-arm64 (push) Successful in 5m59s
Auto Tag / build-windows-amd64 (push) Successful in 17m49s
Auto Tag / build-linux-amd64 (push) Successful in 34m58s
Auto Tag / build-linux-arm64 (push) Successful in 34m57s
Delete .gitea/workflows/release.yml and keep release orchestration in auto-tag.yml only, then update related workflow tests and docs to reference the unified pipeline.

Made-with: Cursor
2026-04-04 21:34:15 -05:00
Shaun Arman
44e6095bad fix: resolve macOS bundle path after app rename
Some checks failed
Test / rust-clippy (push) Failing after 12m12s
Test / frontend-typecheck (push) Has been cancelled
Test / frontend-tests (push) Has been cancelled
Test / wiki-sync (push) Has been cancelled
Test / rust-fmt-check (push) Successful in 1m27s
Test / rust-tests (push) Has been cancelled
Find the generated .app bundle dynamically in release CI so macOS packaging no longer depends on the legacy TFTSR.app name. Add a unit test to prevent regressions by asserting the old hardcoded path is not reintroduced.

Made-with: Cursor
2026-04-04 16:28:01 -05:00