fix: use relative symlink for latest to work inside Docker containers
This commit is contained in:
parent
bb1671cada
commit
aad110b625
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"
|
> "${PKG_DIR}/bakery-x86_64.sha256"
|
||||||
|
|
||||||
cp bakery.toml "${PKG_DIR}/bakery.toml"
|
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
|
- name: regenerate index.json
|
||||||
run: bash "${GITHUB_WORKSPACE}/scripts/gen-index.sh"
|
run: bash "${GITHUB_WORKSPACE}/scripts/gen-index.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue