deb-collections

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit d97ff1d0d184951bc357ac666558a9b3087f6ccb
parent cf9665492ce5b3efe975259fc58577cb3d3ddc9e
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed, 29 Jul 2026 21:56:08 +0900

Update cargo-deb.yaml
Diffstat:
M.github/workflows/cargo-deb.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/cargo-deb.yaml b/.github/workflows/cargo-deb.yaml @@ -67,6 +67,7 @@ jobs: # zellij 等で man ページが存在しない場合に発生する欠損エラー対策 if [ "${{ matrix.name }}" = "zellij" ]; then + echo "this action is zellij" mkdir -p assets/man touch assets/man/zellij.1 fi