diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-03 23:18:57 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 23:18:57 +0700 |
| commit | b44d29b2ff6742af5223582960518c5ea948748f (patch) | |
| tree | 0909e5d3130caafaf406ca4de014c47f79733f4c | |
| parent | a3095a705089145587835346378d9051e1d5db45 (diff) | |
Ship the .pdb file in nightly builds too
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b4830a6d..872834c3 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -35,7 +35,8 @@ jobs: with: tag_name: nightly name: Nightly Release - body: Compiled with MSVC v14.44.35207 in Release mode with Whole Program Optimization, as well as `/O2 /Ot /Oi /Ob3 /GF /fp:precise`. Requires at least Windows 7 and DirectX 11 compatible GPU to run. + 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`. files: | LCEWindows64.zip ./x64/Release/Minecraft.Client.exe + ./x64/Release/Minecraft.Client.pdb |
