buildtools

This commit is contained in:
Xikaro 2024-01-15 17:07:28 +05:00
parent 552e667281
commit 66c5c870b4
2 changed files with 2 additions and 0 deletions

View file

@ -30,3 +30,4 @@ dynamiclightsreforged-*
cherishedworlds-*
textrues_embeddium_options-*
probejs-*
.git

View file

@ -126,6 +126,7 @@ jobs:
mv -vf .github/buildtools/modpack/modlist.html ./
mv -vf .github/buildtools/modpack/manifest.json flame/
find .minecraft/mods -name "probejs-*" -delete;
find .minecraft/mods -name ".git" -delete;
zip -r ${{ needs.modpack-info.outputs.project_name }}-${{ needs.modpack-info.outputs.project_version }}-mmc.zip icon.png mmc-pack.json instance.cfg .minecraft/ flame/
- name: Upload zip mmc