mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-28 17:06:34 +03:00
BundleLauncher moved to gradle script
This commit is contained in:
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user