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 160d4b52b9
commit efb3af70de

View file

@ -36,7 +36,7 @@ jobs:
done done
cp breadpad.example.toml "${PKG_DIR}/" cp breadpad.example.toml "${PKG_DIR}/"
cp bakery.toml "${PKG_DIR}/bakery.toml" cp bakery.toml "${PKG_DIR}/bakery.toml"
ln -sfn "${PKG_DIR}" "${DL_DIR}/breadpad/latest" ln -sfn "${VERSION}" "${DL_DIR}/breadpad/latest"
- name: ensure bread-ecosystem - name: ensure bread-ecosystem
run: | run: |