From dff00cc95a2f4bab23fddbf81ae8659edb28c76f Mon Sep 17 00:00:00 2001 From: Xgui4-Dev <134389196+xgui4@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:03:14 -0400 Subject: [PATCH] Fix the work flow to generate debug instead of release --- .github/debug-nighly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/debug-nighly.yml b/.github/debug-nighly.yml index cac3b257e..311376421 100644 --- a/.github/debug-nighly.yml +++ b/.github/debug-nighly.yml @@ -26,7 +26,7 @@ jobs: run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Debug /p:Platform="Windows64" - name: Zip Build - run: 7z a -r LCEWindows64.zip ./x64/Release/* + run: 7z a -r LCEWindows64.zip ./x64/Debug/* - name: Update release uses: andelf/nightly-release@main @@ -43,5 +43,5 @@ jobs: 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 - ./x64/Release/Minecraft.Client.pdb + ./x64/Debug/Minecraft.Client.exe + ./x64/Debug/Minecraft.Client.pdb