releng/tag-release.sh: no longer ship zbm-kcl as a release asset

This commit is contained in:
Zach Dykstra 2024-02-11 12:05:24 -06:00
parent 0a0d47d672
commit 3b34348e1c
No known key found for this signature in database
GPG Key ID: F2F0D4FB7A2861E8
1 changed files with 0 additions and 8 deletions

View File

@ -147,14 +147,6 @@ if ! releng/make-binary.sh "${release}"; then
error "ERROR: unable to make release assets, exiting!" error "ERROR: unable to make release assets, exiting!"
fi fi
# Copy in any extra assets/files, relative to the project root
# shellcheck disable=SC2043
for extra in bin/zbm-kcl ; do
[ -f "${extra}" ] || error "ERROR: missing ${extra}"
cp "${extra}" "${asset_dir}/"
assets+=( "${extra##*/}" )
done
# Sign the binary assets # Sign the binary assets
if ! releng/sign-assets.sh "${release}"; then if ! releng/sign-assets.sh "${release}"; then
error "ERROR: unable to sign release assets, exiting!" error "ERROR: unable to sign release assets, exiting!"