From b0f597612149c445f36db93624af26eb8c497160 Mon Sep 17 00:00:00 2001 From: Lion Date: Tue, 9 Jan 2024 15:35:34 +0100 Subject: [PATCH] Update release.yml to fix release message --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea6e09f..55de3bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: draft: false prerelease: true body: | - Files included in this release are: named after `BeamMP-Server.$DISTRO.$VERSION.$ARCH`, for example: + Files included in this release are: - `BeamMP-Server.$DISTRO.$DISTROVERSION.$ARCH` for linux builds, for example `BeamMP-Server.debian.11.x86_64` for the Debian 11 build for x86_64. All require `liblua5.3` to be installed. - `BeamMP-Server.exe` for the Windows build (x86_64). You need to install the [Visual C++ Redistributables](https://aka.ms/vs/17/release/vc_redist.x64.exe) to run this.