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 efc2a81643
commit fde5fe7c64

View file

@ -37,7 +37,7 @@ jobs:
cp packaging/breadbox-sync.service "${PKG_DIR}/" cp packaging/breadbox-sync.service "${PKG_DIR}/"
cp config.example.toml "${PKG_DIR}/" cp config.example.toml "${PKG_DIR}/"
cp bakery.toml "${PKG_DIR}/bakery.toml" cp bakery.toml "${PKG_DIR}/bakery.toml"
ln -sfn "${PKG_DIR}" "${DL_DIR}/breadbox/latest" ln -sfn "${VERSION}" "${DL_DIR}/breadbox/latest"
- name: ensure bread-ecosystem - name: ensure bread-ecosystem
run: | run: |