eeeEEEE work already

This commit is contained in:
Dewy REDACTED 2020-04-05 11:19:36 +01:00
parent 3c5f44a94c
commit d2cc9e12fa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if [[ "$BRANCH" == "master" ]]; then
BUILD_DIR="$(readlink -f ./build/libs/)"
JAR_DIR="$(ls "$BUILD_DIR" | grep "release")"
mv ${JAR_DIR} ${BUILD_DIR}/kamiblue-1.12.2-${COMMIT_TRIM}-release.jar
mv ${JAR_DIR} ${BUILD_DIR}/kamiblue-1.1.2-release-${COMMIT_TRIM}.jar
JAR_DIR="$(ls "$BUILD_DIR" | grep "$COMMIT_TRIM")"