mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update
This commit is contained in:
parent
7144862e35
commit
1d01d7ced7
20
.github/workflows/linux.yml
vendored
20
.github/workflows/linux.yml
vendored
|
|
@ -40,21 +40,13 @@ jobs:
|
|||
CC=cl CXX=cl cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows
|
||||
make -j$(nproc)
|
||||
ls -lh
|
||||
7z a -r build.zip \
|
||||
Common \
|
||||
music \
|
||||
redist64 \
|
||||
Windows64 \
|
||||
Windows64Media \
|
||||
Effects.msscmp \
|
||||
iggy_w64.dll \
|
||||
Minecraft.Client.exe \
|
||||
mss64.dll
|
||||
7z a build.zip \
|
||||
Common music redist64 Windows64 Windows64Media Effects.msscmp \
|
||||
iggy_w64.dll MinecraftClient.exe Minecraft.Client.exe mss64.dll
|
||||
EOF
|
||||
|
||||
- name: Upload artifact/s
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Zip
|
||||
path: |
|
||||
build.zip
|
||||
name: build
|
||||
path: build.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue