deb-collections

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

commit 2748d32da93bf1296defec1d7aea4323ac43b9c1
parent 48b7dd25eb759afe0de3ebb0a9e5c9e82bfd9d27
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed, 29 Jul 2026 22:49:19 +0900

Update cargo-deb.yaml
Diffstat:
M.github/workflows/cargo-deb.yaml | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/cargo-deb.yaml b/.github/workflows/cargo-deb.yaml @@ -65,11 +65,9 @@ jobs: cd source - # zellij 等で man ページが存在しない場合に発生する欠損エラー対策 + # zellij でcargo.tomlに存在するassets/{layout,man}が存在しないことへの対策 if [ "${{ matrix.name }}" = "zellij" ]; then - echo "this action is zellij" - mkdir -p assets/layout - touch assets/layout/zellij.1 + cargo xtask ci build-release fi cargo deb