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:
parent
13b7ce9a19
commit
74a3dc5cfa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
> "${PKG_DIR}/bakery-x86_64.sha256"
|
||||
|
||||
cp bakery.toml "${PKG_DIR}/bakery.toml"
|
||||
ln -sfn "${PKG_DIR}" "${DL_DIR}/bakery/latest"
|
||||
ln -sfn "${VERSION}" "${DL_DIR}/bakery/latest"
|
||||
|
||||
- name: regenerate index.json
|
||||
run: bash "${GITHUB_WORKSPACE}/scripts/gen-index.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue