From 0476ffa99090e34fef954c545a5bca56b8b6ec51 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 13 Feb 2021 23:06:09 +0100 Subject: [PATCH] fix release build action --- .github/workflows/release-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 1677e67..11b42eb 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,6 +25,10 @@ jobs: release_name: Release ${{ github.ref }} draft: false prerelease: false + body: | + Files included in this release: + - `BeamMP-Server.exe` is the windows build + - `BeamMP-Server-linux` is a ubuntu build, so you need the dependencies listed in README.md to run it. For any other distros please build from source as described in README.md. upload-release-files-linux: name: Upload Linux Release Files