Update release.yml

This commit is contained in:
Xikaro 2024-03-20 13:16:34 +05:00
parent 176f5d6829
commit c21bae9283

View file

@ -165,6 +165,7 @@ jobs:
mkdir -p .minecraft
mv -vf {config,defaultconfigs,kubejs,mods,.github/buildtools/serverpack/*} .minecraft
cat .github/buildtools/client_mod.txt | while read -r line; do find .minecraft/mods -name "$line" -delete; done
find .minecraft/mods -name "SimpleLogin-*" -delete;
zip -r ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-server.zip .minecraft/*
- name: Upload zip