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 }}