mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-01-30 12:01:57 +01:00
Real Fix
This commit is contained in:
parent
08f9503b24
commit
f81182895e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -48,4 +48,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2-preview
|
uses: actions/upload-artifact@v2-preview
|
||||||
with:
|
with:
|
||||||
name: YAPFA-${{ matrix.java }}
|
name: YAPFA-${{ matrix.java }}
|
||||||
path: target/yapfa-1.16.1-paperclip.jar
|
path: target/YAPFA-1.16.1-paperclip.jar
|
||||||
|
1
yapfa
1
yapfa
@ -83,6 +83,7 @@ case "$1" in
|
|||||||
$mvncmd -N install surefire-report:report
|
$mvncmd -N install surefire-report:report
|
||||||
cd ${FORK_NAME}-API
|
cd ${FORK_NAME}-API
|
||||||
$mvncmd -e clean install && (cd ../Tuinity/Paper/Paper-MojangAPI && $mvncmd -e clean install) && cd ../${FORK_NAME}-Server && $mvncmd -e clean install surefire-report:report
|
$mvncmd -e clean install && (cd ../Tuinity/Paper/Paper-MojangAPI && $mvncmd -e clean install) && cd ../${FORK_NAME}-Server && $mvncmd -e clean install surefire-report:report
|
||||||
|
$scriptdir/installLauncher.sh "$basedir" || exit 1
|
||||||
) || failed=1
|
) || failed=1
|
||||||
;;
|
;;
|
||||||
"e" | "edit")
|
"e" | "edit")
|
||||||
|
Loading…
Reference in New Issue
Block a user