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:00:23 +08:00
parent 13abad22c2
commit 2022ffc7de

View file

@ -39,7 +39,7 @@ jobs:
done
cp packaging/systemd/breadd.service "${PKG_DIR}/"
cp bakery.toml "${PKG_DIR}/bakery.toml"
ln -sfn "${PKG_DIR}" "${DL_DIR}/bread/latest"
ln -sfn "${VERSION}" "${DL_DIR}/bread/latest"
- name: ensure bread-ecosystem
run: |