mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update linux.yml
This commit is contained in:
parent
6f6a228ef6
commit
7144862e35
21
.github/workflows/linux.yml
vendored
21
.github/workflows/linux.yml
vendored
|
|
@ -39,16 +39,17 @@ 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 build.zip \
|
||||
Common \
|
||||
music \
|
||||
redist64 \
|
||||
Windows64 \
|
||||
Windows64Media \
|
||||
Effects.msscmp \
|
||||
iggy_w64.dll \
|
||||
Minecraft.Client.exe \
|
||||
mss64.dll
|
||||
ls -lh
|
||||
7z a -r build.zip \
|
||||
Common \
|
||||
music \
|
||||
redist64 \
|
||||
Windows64 \
|
||||
Windows64Media \
|
||||
Effects.msscmp \
|
||||
iggy_w64.dll \
|
||||
Minecraft.Client.exe \
|
||||
mss64.dll
|
||||
EOF
|
||||
|
||||
- name: Upload artifact/s
|
||||
|
|
|
|||
Loading…
Reference in a new issue