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 0632d83c01
commit 2b47f796d2

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