Update linux.yml

This commit is contained in:
Twig6943 2026-03-06 18:42:08 +03:00 committed by GitHub
parent 62d564c0b2
commit 6259944f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,16 @@ jobs:
export PATH=$(pwd)/my_msvc/opt/msvc/bin/x64:$PATH
CC=cl CXX=cl cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows
make -j$(nproc)
7z a -r LCEWindows64.zip ./x64/Release/*
7z a build.zip \
Common \
music \
redist64 \
Windows64 \
Windows64Media \
Effects.msscmp \
iggy_w64.dll \
Minecraft.Client.exe \
mss64.dll
EOF
- name: Upload artifact/s
@ -47,6 +56,4 @@ jobs:
with:
name: Zip
path: |
LCEWindows64.zip
./x64/Release/Minecraft.Client.exe
./x64/Release/Minecraft.Client.pdb
build.zip