From fdb6f6dd151cf031a00d910334e226de47e47ab2 Mon Sep 17 00:00:00 2001 From: p2r3 Date: Tue, 9 Sep 2025 13:51:00 +0300 Subject: [PATCH] add release body to build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bb46cb..6fedf16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,8 +54,8 @@ jobs: with: tag_name: latest 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 - overwrite: true prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}