This commit is contained in:
Bud Gidiere 2020-07-16 22:44:48 -05:00
parent 08f9503b24
commit f81182895e
2 changed files with 3 additions and 2 deletions

View File

@ -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
View File

@ -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