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