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>
This commit is contained in:
Breadway 2026-06-17 14:54:59 +08:00
parent 04927b773b
commit 53b12f6a5b

View file

@ -10,7 +10,7 @@ env:
jobs: jobs:
build: build:
runs-on: [self-hosted, hestia] runs-on: hestia-host
steps: steps:
- name: checkout - name: checkout
run: | run: |