Release 0.24 changed the release asset names. For example, lychee-aarch64-unknown-linux-gnu.tar.gz is now lychee-lychee-v0.24.0-aarch64-unknown-linux-gnu.tar.gtz.
This breaks the filename determination in lychee-action.
I think this breaks all setups that use latest:
Run lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411
Run echo "$HOME/.local/bin" >> "$GITHUB_PATH"
Run # Remove any existing lychee binary to prevent conflicts
Run # Create a temporary directory for downloads and extraction
Downloading from: https://github.com/lycheeverse/lychee/releases/latest/download/lychee-x86_64-unknown-linux-gnu.tar.gz
Error: Process completed with exit code 22.
Release 0.24 changed the release asset names. For example,
lychee-aarch64-unknown-linux-gnu.tar.gzis nowlychee-lychee-v0.24.0-aarch64-unknown-linux-gnu.tar.gtz.This breaks the filename determination in lychee-action.
I think this breaks all setups that use
latest: