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 2e23a4f5ce
commit 8097330bf4

View file

@ -33,7 +33,7 @@ jobs:
sha256sum "${PKG_DIR}/breadbar-x86_64" | awk '{print $1}' \
> "${PKG_DIR}/breadbar-x86_64.sha256"
cp bakery.toml "${PKG_DIR}/bakery.toml"
ln -sfn "${PKG_DIR}" "${DL_DIR}/breadbar/latest"
ln -sfn "${VERSION}" "${DL_DIR}/breadbar/latest"
- name: ensure bread-ecosystem
run: |