Commit graph

5 commits

Author SHA1 Message Date
Breadway
cb558efdcc fix(ci): clone to /tmp to avoid stale work-dir permissions, use hestia label
Some checks failed
Mirror to GitHub / mirror (push) Failing after 1s
release / build (push) Failing after 6s
Build and publish package / package (push) Failing after 38s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 19:09:15 +08:00
Breadway
861d296462 fix(ci): add cargo to PATH for host runner
Some checks failed
release / build (push) Failing after 11s
Mirror to GitHub / mirror (push) Failing after 1s
Build and publish package / package (push) Failing after 33s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 18:54:32 +08:00
Breadway
53b12f6a5b fix(ci): run release job on hestia host to access cargo and dl server
Some checks failed
release / build (push) Failing after 0s
Mirror to GitHub / mirror (push) Failing after 1s
Build and publish package / package (push) Failing after 32s
hestia-host maps to host execution on the Forgejo runner, giving access
to /home/breadway/.cargo/bin/cargo and /srv/breadway-dl without Docker.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:54:59 +08:00
Breadway
04927b773b fix(ci): replace actions/checkout with manual git clone in release
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
release / build (push) Failing after 2s
Build and publish package / package (push) Failing after 26s
actions/checkout uses GITHUB_SERVER_URL=http://localhost:3002 which is
unreachable from inside the Docker container. Use the public Forgejo URL
directly, matching the pattern used by package.yml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:49:06 +08:00
Breadway
0ee60d179c fix: move release workflow to Forgejo, add LICENSE
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
Build and publish package / package (push) Failing after 27s
release / build (push) Failing after 39s
release.yml moves from .github/ to .forgejo/ so it runs directly on
the hestia runner without needing the GitHub mirror. GitHub upload step
dropped; bakery uses dl.breadway.dev as primary. LICENSE added to fix
PKGBUILD package() failure.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:45:56 +08:00
Renamed from .github/workflows/release.yml (Browse further)