From 2c3c68706ed3f7df0b40fe066636a2e2c235f678 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sun, 18 Jan 2026 06:15:46 +0900 Subject: [PATCH] CICD.yml: Add man and completion for coreutils(1) to docs.tar.zst --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 1d77f67b0..7f667076a 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -895,7 +895,7 @@ jobs: run: | mkdir -p share/{man/man1,bash-completion/completions,fish/vendor_completions.d,zsh/site-functions,elvish/lib} _uudoc=target/${{ matrix.job.target }}/release/uudoc - for bin in $('target/${{ matrix.job.target }}/release/coreutils' --list);do + for bin in $('target/${{ matrix.job.target }}/release/coreutils' --list) coreutils;do ${_uudoc} manpage ${bin} > share/man/man1/${bin}.1 ${_uudoc} completion ${bin} bash > share/bash-completion/completions/${bin}.bash ${_uudoc} completion ${bin} fish > share/fish/vendor_completions.d/${bin}.fish