diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-03 23:07:37 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 23:07:37 +0700 |
| commit | a3095a705089145587835346378d9051e1d5db45 (patch) | |
| tree | 7085b16d436bbc057aa0889d9e455d8b79df102a /.github/workflows | |
| parent | 42bb19d4903ba5283c3a6d57690f8970c4a4e1da (diff) | |
Ship updated binary alongside with the whole archive in nightly builds
Now ship both the entire .zip archive and the separate .exe binary updated on each commit.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index df01b57a..b4830a6d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -35,5 +35,7 @@ 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`. (So far the floating point model is `/fp:strict` to avoid undefined behavior before we refactor for performance). Requires at least Windows 7 and DirectX 11 compatible GPU to run. - files: LCEWindows64.zip + 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. + files: | + LCEWindows64.zip + ./x64/Release/Minecraft.Client.exe |
