Fix man page generation in release workflow (#2132)

This commit is contained in:
Casey Rodarmor 2024-06-05 21:35:06 +02:00 committed by GitHub
parent 0eb2a0678c
commit 3ddd1b1683
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ jobs:
./target/debug/just --completions $shell > completions/just.$shell ./target/debug/just --completions $shell > completions/just.$shell
done done
mkdir -p man mkdir -p man
./target/debug/just -- --man > man/just.1 ./target/debug/just --man > man/just.1
- name: Package - name: Package
id: package id: package