You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that _lsd.ps1 is built but not released from the beginning (commit 98bc907: Add a complete CD)…
Is it on purpose? If not, I can make a PR. I've submitted #953. If that's intentional, please close it.
In
autocomplete/
oflsd-v1.0.0-x86_64-pc-windows-*.zip
from https://github.com/lsd-rs/lsd/releases/tag/v1.0.0, there are onlylsd.bash-completion
,lsd.fish
, and_lsd
, but not_lsd.ps1
.We are building
_lsd.ps1
, but the workflow never releases it!lsd/build.rs
Lines 32 to 36 in 6f8e095
lsd/.github/workflows/CICD.yml
Lines 228 to 231 in 6f8e095
I notice that
_lsd.ps1
is built but not released from the beginning (commit98bc907
: Add a complete CD)…Is it on purpose?
If not, I can make a PR.I've submitted #953. If that's intentional, please close it.Possible fix
Add the following line to
CICD.yml
.The filename
_lsd.ps1
is hard coded in clap, and I've verified it locally.(Besides, ripgrep releases
_lsd.ps1
in a similar way)https://github.com/BurntSushi/ripgrep/blob/7099e174acbcbd940f57e4ab4913fee4040c826e/.github/workflows/release.yml#L150-L151
The text was updated successfully, but these errors were encountered: