Add license compliance to release archives
All checks were successful
CI / test (pull_request) Successful in 14s
All checks were successful
CI / test (pull_request) Successful in 14s
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user