Commit graph

5 commits

Author SHA1 Message Date
Breadway
0632d83c01 fix: add contents: write permission for GitHub Release creation
Some checks failed
release / build (push) Failing after 12s
2026-06-07 00:00:47 +08:00
Breadway
4c28b6cc0e fix: create GitHub Release before uploading artifacts 2026-06-06 23:52:39 +08:00
Breadway
b3b3b86a76 fix: add missing build deps for hestia (Ubuntu) runner 2026-06-06 23:19:53 +08:00
Breadway
5c649a301e fix: use apt-get on hestia runner (Ubuntu, not Arch) 2026-06-06 22:47:41 +08:00
Breadway
4b66efa87c Refactor theme onto bread-theme; add bakery.toml and release workflow
- Cargo.toml: depend on bread-theme (path dep for local dev, git dep for
  production) with gtk feature; remove local theme dependencies
- src/theme.rs: replace local pywal/Catppuccin impl with bread_theme::gtk
  helpers; local bar-specific CSS is preserved
- bakery.toml: describes breadbar for bakery install
- release.yml: builds on hestia self-hosted runner, publishes binary to
  dl.breadway.dev and GitHub Releases on v* tags
2026-06-06 22:31:10 +08:00