without man pages

This commit is contained in:
Kasper Juul Hermansen 2022-10-21 02:11:17 +02:00
parent 61f4423d47
commit 7918006315
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -159,7 +159,7 @@ jobs:
echo "ASSET=$staging.zip" >> $GITHUB_ENV echo "ASSET=$staging.zip" >> $GITHUB_ENV
else else
# The man page is only generated on Unix systems. # The man page is only generated on Unix systems.
cp "$outdir"/kignore.1 "$staging/doc/" #cp "$outdir"/kignore.1 "$staging/doc/"
cp "target/${{ matrix.target }}/release/kignore" "$staging/" cp "target/${{ matrix.target }}/release/kignore" "$staging/"
tar czf "$staging.tar.gz" "$staging" tar czf "$staging.tar.gz" "$staging"
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV