Add an auto-generated badge to the release content

This commit is contained in:
Oliver-Akins 2025-07-25 21:11:44 -06:00
parent fa8dc7d037
commit 08a90776ae

View file

@ -50,5 +50,6 @@ jobs:
tag: "v${{ steps.version.outputs.version }}"
commit: ${{ github.ref }}
draft: true
body: <img aria-hidden="true" src="https://img.shields.io/github/downloads/${{ github.repository }}/v${{ steps.version.outputs.version }}/release.zip?style=flat-square&color=%2300aa00">
generateReleaseNotes: true
artifacts: "release.zip,system.json"