From d1e512e7c82dbff637b64346de1fed57aeb2e33b Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 24 Feb 2026 12:01:34 -0500 Subject: [PATCH] Fixed push script --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f63d26e01b..d9d254383e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -49,7 +49,7 @@ jobs: if [ -n "$(git status --porcelain)" ]; then git config --global user.name "Github Actions" git config --global user.email "actions@github.com" - git add core/assets/bundles/* + git add core/assets/scripts/* core/src/mindustry/mod/ClassMap.java git commit -m "Automatic class mapping update" git push fi