Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Include documentation with man page in releases
  • Loading branch information
thomas-zahner committed Oct 16, 2025
commit 3ceceb92acb4c7a2868a9b2454a7585de07e8bc0
5 changes: 4 additions & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
cd target/${{ matrix.target }}/release
${GNU_PREFIX}strip lychee
chmod +x lychee
tar -c lychee | gzip > lychee.tar.gz
mkdir docs
cp ../../../{README.md, docs/TROUBLESHOOTING.md} docs
./lychee --generate man > docs/lychee.1
tar -c lychee docs/ | gzip > lychee.tar.gz

- name: Upload binary
uses: actions/upload-release-asset@v1
Expand Down
File renamed without changes.