Include tools in the release tarball (#1221)

This allows third-parties to run the tools from the tarball for a
given release, instead of having to use the repository.

Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
Stephen Kitt 2023-03-06 03:10:56 +01:00 committed by GitHub
parent 6ea94a002b
commit 6aa8812837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,6 +92,7 @@ $tar \
./internal \
./regression_test.go \
./man \
./test
./test \
./tools
echo "Wrote $TGZ_NAME"