Update CI-CD
Some checks failed
Java CI-CD with Gradle / build (push) Has been cancelled

This commit is contained in:
zhangyuheng 2024-03-26 11:52:31 +08:00
parent c68e263fd9
commit 09a4b6dcd2

View File

@ -26,8 +26,8 @@ jobs:
cache: 'gradle'
- name: "Config Git"
run: |
git config --global user.email "zhangyuheng@lunadeer.cn"
git config --global user.name "zhangyuheng"
git config --global user.email "actions@gitea.com"
git config --global user.name "actions"
- name: "Apply Patches"
run: ./gradlew applyPatches
- name: "Build Mojmap"