Fix the work flow to generate debug instead of release

This commit is contained in:
Xgui4-Dev 2026-03-15 13:03:14 -04:00 committed by GitHub
parent 796a554900
commit dff00cc95a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Debug /p:Platform="Windows64" run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Debug /p:Platform="Windows64"
- name: Zip Build - name: Zip Build
run: 7z a -r LCEWindows64.zip ./x64/Release/* run: 7z a -r LCEWindows64.zip ./x64/Debug/*
- name: Update release - name: Update release
uses: andelf/nightly-release@main 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! 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: | files: |
LCEWindows64.zip LCEWindows64.zip
./x64/Release/Minecraft.Client.exe ./x64/Debug/Minecraft.Client.exe
./x64/Release/Minecraft.Client.pdb ./x64/Debug/Minecraft.Client.pdb