From 93ccfec9f8214c7bb114cb66703eb6df23ae4793 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:33:51 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/tools.func b/misc/tools.func index fe2f1e5b..726c6a0b 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -893,6 +893,9 @@ 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"