Update nightly.yml

This commit is contained in:
Tuff CWC 2026-03-07 05:35:31 +01:00 committed by GitHub
parent dfc77e054c
commit f6a977a57c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,10 @@ jobs:
- name: Build
run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Debug /p:Platform="Windows64"
- name: lazyfix
shell: pwsh
run: Copy-Item -Path "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Redist/MSVC/*/debug_nonredist/x64/*/*.dll" -Destination "./x64/Debug/"; Copy-Item -Path "C:/Windows/System32/ucrtbased.dll" -Destination "./x64/Debug/"
- name: Zip Build
run: 7z a -r LCEWindows64.zip ./x64/Debug/*