buildtools
This commit is contained in:
parent
552e667281
commit
66c5c870b4
2 changed files with 2 additions and 0 deletions
1
.github/buildtools/client_mod.txt
vendored
1
.github/buildtools/client_mod.txt
vendored
|
|
@ -30,3 +30,4 @@ dynamiclightsreforged-*
|
|||
cherishedworlds-*
|
||||
textrues_embeddium_options-*
|
||||
probejs-*
|
||||
.git
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue