From 66c5c870b4b67e189ea7b9639dc3fc00b2cbc63e Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Mon, 15 Jan 2024 17:07:28 +0500 Subject: [PATCH] buildtools --- .github/buildtools/client_mod.txt | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) 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