mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-05 02:11:01 +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
|
||||
with:
|
||||
name: YAPFA-${{ matrix.java }}
|
||||
path: target/yapfa-1.16.1-paperclip.jar
|
||||
path: target/YAPFA-1.16.1-paperclip.jar
|
||||
|
3
yapfa
3
yapfa
@ -83,7 +83,8 @@ case "$1" in
|
||||
$mvncmd -N install surefire-report:report
|
||||
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
|
||||
) || failed=1
|
||||
$scriptdir/installLauncher.sh "$basedir" || exit 1
|
||||
) || failed=1
|
||||
;;
|
||||
"e" | "edit")
|
||||
case "$2" in
|
||||
|
Loading…
Reference in New Issue
Block a user