diff options
| author | Loki Rautio <lokirautio@gmail.com> | 2026-03-05 09:06:14 -0600 |
|---|---|---|
| committer | Loki Rautio <lokirautio@gmail.com> | 2026-03-05 09:06:14 -0600 |
| commit | a03c36f83f38c79103d6700aeae97cb681f9b36a (patch) | |
| tree | 47bee181f66ef9ebe866342f9c0b270956a780ec /.github | |
| parent | 1b69eef4b082388d5155b7c0808e1da5c6d3d185 (diff) | |
Update nightly description
Fix broken new lines. Oops, forgot this was yaml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 15bd1e19..ddbfbc0e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -36,7 +36,11 @@ jobs: with: tag_name: nightly name: Nightly Release - body: Requires at least Windows 7 and DirectX 11 compatible GPU to run. Compiled with MSVC v14.44.35207 in Release mode with Whole Program Optimization, as well as `/O2 /Ot /Oi /Ob3 /GF /fp:precise`.\n\n# 🚨 First time here? 🚨\nIf you've never downloaded the game before, you need to download `LCEWindows64.zip` and extract it to the folder where you'd like to keep the game. The other files are included in this `.zip` file! + body: | + Requires at least Windows 7 and DirectX 11 compatible GPU to run. Compiled with MSVC v14.44.35207 in Release mode with Whole Program Optimization, as well as `/O2 /Ot /Oi /Ob3 /GF /fp:precise`. + + # 🚨 First time here? 🚨 + If you've never downloaded the game before, you need to download `LCEWindows64.zip` and extract it to the folder where you'd like to keep the game. The other files are included in this `.zip` file! files: | LCEWindows64.zip ./x64/Release/Minecraft.Client.exe |
