add release body to build workflow

This commit is contained in:
p2r3
2025-09-09 13:51:00 +03:00
parent 52f6df468a
commit fdb6f6dd15

View File

@@ -54,8 +54,8 @@ jobs:
with: with:
tag_name: latest tag_name: latest
name: Latest build name: Latest build
body: "This is a rolling release of bareiron, compiled from the latest commit on the main branch.\n\nThe executable (`bareiron.exe`) is a Cosmopolitan-built polyglot, and should run on Windows and Linux (and Mac?), despite the file extension."
files: bareiron.exe files: bareiron.exe
overwrite: true
prerelease: true prerelease: true
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}