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
2e23a4f5ce
commit
8097330bf4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue