Update tools.func

This commit is contained in:
CanbiZ 2025-07-03 15:04:36 +02:00
parent 83353a772c
commit 360bb5a458

View File

@ -896,9 +896,6 @@ function fetch_and_deploy_gh_release() {
esac
done
echo "DEBUG: Matching assets for pattern: '$pattern'" >&2
echo "DEBUG: All available assets:" >&2
echo "$json" | jq -r '.assets[].browser_download_url' >&2
[[ -z "$asset_url" ]] && {
msg_error "No asset matching '$pattern' found"