mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-24 09:56:32 +07:00
I do not know bash
This commit is contained in:
parent
261ad5dae5
commit
2d5e9118a5
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -26,8 +26,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./gradlew updateBundles
|
./gradlew updateBundles
|
||||||
|
|
||||||
git diff --exit-code
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
if [ $? ]; then
|
|
||||||
git add core/assets/bundles/*
|
git add core/assets/bundles/*
|
||||||
git commit -m "Automatic bundle update"
|
git commit -m "Automatic bundle update"
|
||||||
git push
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user