sorry about the pings, testing this sucks pp

This commit is contained in:
Dewy REDACTED 2020-04-05 11:28:20 +01:00
parent d2cc9e12fa
commit 5df8bf984b
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ if [[ "$BRANCH" == "master" ]]; then
BUILD_DIR="$(readlink -f ./build/libs/)"
JAR_DIR="$(ls "$BUILD_DIR" | grep "release")"
ls # debug, sorry for the messages ;-;
mv ${JAR_DIR} ${BUILD_DIR}/kamiblue-1.1.2-release-${COMMIT_TRIM}.jar
JAR_DIR="$(ls "$BUILD_DIR" | grep "$COMMIT_TRIM")"