Skip to content

Commit 3b34348

Browse files
committed
releng/tag-release.sh: no longer ship zbm-kcl as a release asset
1 parent 0a0d47d commit 3b34348

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

releng/tag-release.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,6 @@ if ! releng/make-binary.sh "${release}"; then
147147
error "ERROR: unable to make release assets, exiting!"
148148
fi
149149

150-
# Copy in any extra assets/files, relative to the project root
151-
# shellcheck disable=SC2043
152-
for extra in bin/zbm-kcl ; do
153-
[ -f "${extra}" ] || error "ERROR: missing ${extra}"
154-
cp "${extra}" "${asset_dir}/"
155-
assets+=( "${extra##*/}" )
156-
done
157-
158150
# Sign the binary assets
159151
if ! releng/sign-assets.sh "${release}"; then
160152
error "ERROR: unable to sign release assets, exiting!"

0 commit comments

Comments
 (0)