Update tools.func
This commit is contained in:
parent
0123cec2ac
commit
93ccfec9f8
@ -893,6 +893,9 @@ function fetch_and_deploy_gh_release() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
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" ]] && {
|
[[ -z "$asset_url" ]] && {
|
||||||
msg_error "No asset matching '$pattern' found"
|
msg_error "No asset matching '$pattern' found"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user