Update release.yml to fix release message

This commit is contained in:
Lion 2024-01-09 15:35:34 +01:00
parent 1bd47fa649
commit b0f5976121

View File

@ -28,7 +28,7 @@ jobs:
draft: false draft: false
prerelease: true prerelease: true
body: | 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.$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. - `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.