mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-04 22:50:29 +07:00
CI cleanup
This commit is contained in:
parent
07ddf806ac
commit
8214188215
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -16,7 +16,9 @@ jobs:
|
||||
run: ./gradlew test
|
||||
- name: Trigger BE build
|
||||
run: |
|
||||
echo "Cloning..."
|
||||
git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
|
||||
echo "Done cloning."
|
||||
cd ../MindustryBuilds
|
||||
git tag ${GITHUB_RUN_NUMBER}
|
||||
git config --global user.name "Build Uploader"
|
||||
|
Loading…
Reference in New Issue
Block a user