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

This commit is contained in:
Breadway 2026-06-07 09:02:38 +08:00
parent af7fc462e1
commit 586bc3a285

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: |