Skip to content

Commit 8d17c3f

Browse files
authored
Merge pull request uutils#10299 from oech3/patch-6
CICD.yml: Add man and completion for coreutils(1) to docs.tar.zst
2 parents 9ea24d6 + 2c3c687 commit 8d17c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ jobs:
895895
run: |
896896
mkdir -p share/{man/man1,bash-completion/completions,fish/vendor_completions.d,zsh/site-functions,elvish/lib}
897897
_uudoc=target/${{ matrix.job.target }}/release/uudoc
898-
for bin in $('target/${{ matrix.job.target }}/release/coreutils' --list);do
898+
for bin in $('target/${{ matrix.job.target }}/release/coreutils' --list) coreutils;do
899899
${_uudoc} manpage ${bin} > share/man/man1/${bin}.1
900900
${_uudoc} completion ${bin} bash > share/bash-completion/completions/${bin}.bash
901901
${_uudoc} completion ${bin} fish > share/fish/vendor_completions.d/${bin}.fish

0 commit comments

Comments
 (0)