mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-02-15 20:02:10 +01:00
build
This commit is contained in:
parent
f3e9c5e283
commit
3c806617b5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
run: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
git config --global user.email "ci@github.com"
|
||||
git config --global user.name "Github CI"
|
||||
./yapfa up
|
||||
./yapfa patch
|
||||
./yapfa build
|
||||
|
@ -41,4 +41,3 @@ cd $basedir/mc-dev
|
||||
git add . -A
|
||||
git commit . -m "mc-dev"
|
||||
git tag -a "$paperVer" -m "$paperVer" 2>/dev/null
|
||||
pushRepo . $MCDEV_REPO $paperVer
|
||||
|
Loading…
Reference in New Issue
Block a user