chore(cd): update files to include in the release assets

This commit is contained in:
Orhun Parmaksız 2022-04-16 04:38:47 +03:00
parent 45584f2875
commit de0165ce9f
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -108,7 +108,7 @@ jobs:
artifact_name="$release_dir-${{ matrix.CONFIG.TARGET }}.tar.gz"
fi
mkdir -p release/man8
cp {LICENSE-APACHE,LICENSE-MIT} release/
cp {README.md,LICENSE-*,CHANGELOG.md} release/
cp man8/* release/man8/
for bin in 'systeroid' 'systeroid-tui'; do
cp "target/${{ matrix.CONFIG.TARGET }}/release/$bin" release/