Add license compliance to release archives
All checks were successful
CI / test (pull_request) Successful in 14s

This commit is contained in:
2026-08-13 12:56:31 +09:00
parent b06bd0abcd
commit 4519065a15
6 changed files with 858 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ for target in "${targets[@]}"; do
-o "$workdir/$binary" \
./cmd/dataxl
cp README.md "$workdir/"
cp README.md LICENSE THIRD_PARTY_LICENSES.txt "$workdir/"
if [ "$goos" = "windows" ]; then
(cd dist && zip -qr "${name}.zip" "$name")