We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0d47d commit 3b34348Copy full SHA for 3b34348
releng/tag-release.sh
@@ -147,14 +147,6 @@ if ! releng/make-binary.sh "${release}"; then
147
error "ERROR: unable to make release assets, exiting!"
148
fi
149
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
-
158
# Sign the binary assets
159
if ! releng/sign-assets.sh "${release}"; then
160
error "ERROR: unable to sign release assets, exiting!"
0 commit comments