summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f3f5984..2e62df1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
cp target/release/${{ matrix.bin }} ${{ matrix.name }}
cp sentrum.sample.toml ${{ matrix.name }}
cp -r contrib ${{ matrix.name }}
+ cp -r man ${{ matrix.name }}
cp LICENSE.txt ${{ matrix.name }}
if [[ "${{ matrix.os }}" == "windows-latest" ]]
then