From 1b650017aa70896620d5a0bc2b05c130ff42d845 Mon Sep 17 00:00:00 2001 From: MCbabel Date: Thu, 12 Mar 2026 10:44:22 +0100 Subject: [PATCH] Switch nightly build archive from zip to 7z (LZMA2) --- .github/workflows/nightly.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 402f3cb62..fd5d66ab2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,8 +25,8 @@ jobs: - name: Build run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64" - - name: Zip Build - run: 7z a -r LCEWindows64.zip ./x64/Release/* + - name: Compress Build + run: 7z a -r -t7z -m0=lzma2 -mx=7 LCEWindows64.7z ./x64/Release/* - name: Update release uses: andelf/nightly-release@main @@ -39,8 +39,8 @@ jobs: 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! + If you've never downloaded the game before, you need to download `LCEWindows64.7z` and extract it to the folder where you'd like to keep the game. The other files are included in this `.7z` file! files: | - LCEWindows64.zip + LCEWindows64.7z ./x64/Release/Minecraft.Client.exe ./x64/Release/Minecraft.Client.pdb