From 071527c4b742b17ba4378cb519b9a2e8789d8cbf Mon Sep 17 00:00:00 2001 From: Twig6943 <119701717+Twig6943@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:27:01 +0300 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cdf58265e..4c563d881 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,7 +14,7 @@ jobs: - name: Install base dependencies run: | pacman -Syu --noconfirm archlinux-keyring - pacman -Syu --noconfirm base-devel sudo git cmake extra-cmake-modules python wine msitools ca-certificates libwbclient 7zip + pacman -Syu --noconfirm base-devel sudo git cmake extra-cmake-modules python wine msitools ca-certificates libwbclient 7zip tree - name: Create build user run: | @@ -40,9 +40,10 @@ jobs: CC=cl CXX=cl cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows make -j$(nproc) ls -lh + tree 7z a build.zip \ - Common music redist64 Windows64 Windows64Media Effects.msscmp \ - iggy_w64.dll MinecraftClient.exe Minecraft.Client.exe mss64.dll + Minecraft.Client/Common Minecraft.Client/music Minecraft.Client/redist64 Minecraft.Client/Windows64 Minecraft.Client/Windows64Media x64/Release \ + iggy_w64.dll MinecraftClient.exe mss64.dll || true EOF - name: Upload artifact