diff --git a/.github/buildtools/client_mod.txt b/.github/buildtools/client_mod.txt index 27ff91f89..382104be9 100644 --- a/.github/buildtools/client_mod.txt +++ b/.github/buildtools/client_mod.txt @@ -30,3 +30,4 @@ dynamiclightsreforged-* cherishedworlds-* textrues_embeddium_options-* probejs-* +.git diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9418483e..076ebfd04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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