mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
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:
parent
6ea94a002b
commit
6aa8812837
1 changed files with 2 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ $tar \
|
|||
./internal \
|
||||
./regression_test.go \
|
||||
./man \
|
||||
./test
|
||||
./test \
|
||||
./tools
|
||||
|
||||
echo "Wrote $TGZ_NAME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue