BundleLauncher moved to gradle script

This commit is contained in:
Anuken 2021-11-22 12:04:09 -05:00
parent e0b14db778
commit 261ad5dae5
3 changed files with 108 additions and 120 deletions

View file

@ -25,9 +25,9 @@ jobs:
if: ${{ github.repository == 'Anuken/Mindustry' }}
run: |
./gradlew updateBundles
git diff --exit-code
if [ $? ];
then
if [ $? ]; then
git add core/assets/bundles/*
git commit -m "Automatic bundle update"
git push