It looks as though this code will fail when the charts directory is nested below another directory: https://github.com/helm/chart-releaser-action/blob/06d81fa7f63ab865cf0ed2045bde38529c392845/cr.sh#L202-L209 For an example of this, see rook/rook, where `charts_dir` is `cluster/charts`: * [Structure](https://github.com/LukeCarrier/rook/tree/nfs-chart/cluster/charts) * [Failed workflow](https://github.com/LukeCarrier/rook/runs/1265065823) Would you accept a PR to fix this?