mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
BundleLauncher moved to gradle script
This commit is contained in:
parent
e0b14db778
commit
261ad5dae5
3 changed files with 108 additions and 120 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue