fix: use relative symlink for latest to work inside Docker containers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Breadway 2026-06-07 09:02:38 +08:00
parent fb25c3bd96
commit 089702a112

View file

@ -37,7 +37,7 @@ jobs:
> "${PKG_DIR}/breadcrumbs-x86_64.sha256"
cp breadcrumbs.example.toml "${PKG_DIR}/"
cp bakery.toml "${PKG_DIR}/bakery.toml"
ln -sfn "${PKG_DIR}" "${DL_DIR}/breadcrumbs/latest"
ln -sfn "${VERSION}" "${DL_DIR}/breadcrumbs/latest"
- name: ensure bread-ecosystem
run: |