fix: use relative symlink for latest to work inside Docker containers
This commit is contained in:
parent
af7fc462e1
commit
586bc3a285
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
> "${PKG_DIR}/breadcrumbs-x86_64.sha256"
|
> "${PKG_DIR}/breadcrumbs-x86_64.sha256"
|
||||||
cp breadcrumbs.example.toml "${PKG_DIR}/"
|
cp breadcrumbs.example.toml "${PKG_DIR}/"
|
||||||
cp bakery.toml "${PKG_DIR}/bakery.toml"
|
cp bakery.toml "${PKG_DIR}/bakery.toml"
|
||||||
ln -sfn "${PKG_DIR}" "${DL_DIR}/breadcrumbs/latest"
|
ln -sfn "${VERSION}" "${DL_DIR}/breadcrumbs/latest"
|
||||||
|
|
||||||
- name: ensure bread-ecosystem
|
- name: ensure bread-ecosystem
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue