mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
fix: fix 7zip option
This commit is contained in:
parent
2d71095fe2
commit
e21bd1614c
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- 'feature/dedicated-server'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.gitignore'
|
- '.gitignore'
|
||||||
- '*.md'
|
- '*.md'
|
||||||
|
|
@ -32,7 +33,7 @@ jobs:
|
||||||
run: 7z a -r LCEWindows64.zip ./x64/Release/*
|
run: 7z a -r LCEWindows64.zip ./x64/Release/*
|
||||||
|
|
||||||
- name: Zip Dedicated Server Build
|
- name: Zip Dedicated Server Build
|
||||||
run: 7z a -r LCEServerWindows64.zip ./x64/Minecraft.Server/Release/* -x!obj -x!*.pch
|
run: 7z a -r LCEServerWindows64.zip ./x64/Minecraft.Server/Release/*
|
||||||
|
|
||||||
- name: Update Client release
|
- name: Update Client release
|
||||||
uses: andelf/nightly-release@main
|
uses: andelf/nightly-release@main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue