With 0.16.x, we started to release the lychee CLI binary separately from the lychee library. As a consequence, the crates get prefixed differently on GitHub releases:
CLI binary: lychee-v0.16.0
Library: lychee-lib-v0.16.0
We need to account for that when downloading the binary, as shown in this commit.
With 0.16.x, we started to release the lychee CLI binary separately from the lychee library. As a consequence, the crates get prefixed differently on GitHub releases:
lychee-v0.16.0
lychee-lib-v0.16.0
We need to account for that when downloading the binary, as shown in this commit.
Should be merged after https://github.com/lycheeverse/lychee-action/pull/248, which refactors the pipeline a bit to make discovering those issues easier in the future.
@sebastiaanspeck fyi