diff --git a/triage-issue/action.yml b/triage-issue/action.yml index e55ae98..44e2e1e 100644 --- a/triage-issue/action.yml +++ b/triage-issue/action.yml @@ -161,7 +161,7 @@ runs: -H "Authorization: token $TOKEN" \ -H "Accept: application/json" \ -F "attachment=@${MD_FILE};filename=triage-issue-${ISSUE_NUM}.md" 2>/dev/null) - ASSET_URL=$(echo "$ASSET_RESP" | jq -r '.download_url // empty' 2>/dev/null) + ASSET_URL=$(echo "$ASSET_RESP" | jq -r '.browser_download_url // empty' 2>/dev/null) if [ -n "$ASSET_URL" ] && [ "$ASSET_URL" != "null" ]; then LINK_MD="\n\n---\nšŸ“Ž **Analisi tecnica completa**: [triage-issue-${ISSUE_NUM}.md](${ASSET_URL})" echo "Asset MD caricato: $ASSET_URL"