include README.md and LICENSE in generated release tarball

This commit is contained in:
Gered 2023-07-11 13:05:28 -04:00
parent e4aa4afcec
commit 07fda97781

View file

@ -14,6 +14,8 @@ cargo install --path . --root ./artifacts/
cargo install --path ./syntax_to_css/ --root ./artifacts/
tar -cvf $package_filename \
README.md \
LICENSE \
example-site \
-C ./artifacts/bin \
pbe \