Skip to content

Commit

Permalink
More fixes to virustotal release step
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Oct 23, 2024
1 parent 7589e53 commit 5df497d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ jobs:
| jq -r .body
)
echo -e ">>>\n$body\n<<<"
# append virustotal details to release notes
nl=$'\n'
body+="$nl[VirusTotal](https://www.virustotal.com) analysis:$nl"
Expand All @@ -225,6 +227,9 @@ jobs:
done <<< "${{ steps.virustotal.outputs.analysis }}"
# update release notes
export body
echo -e ">>>\n$body\n<<<"
curl \
-s \
-L \
Expand Down

0 comments on commit 5df497d

Please sign in to comment.