mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fix the EXE and PDB's
This commit is contained in:
parent
3239bf4a35
commit
b5bbe6e206
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -40,5 +40,5 @@ jobs:
|
||||||
Debug Version of minecraftconsoles
|
Debug Version of minecraftconsoles
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue