bruh come on

This commit is contained in:
Dewy REDACTED 2020-04-04 22:17:13 +01:00
parent 38f5c427ef
commit 663412562f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if [[ "$BRANCH" == "master" ]]; then
mv ${JAR_DIR} ${BUILD_DIR}/kamiblue-1.12.2-${COMMIT_TRIM}-release.jar
JAR_DIR="$(ls "$BUILD_DIR" | grep "release")"
JAR_DIR="$(ls "$BUILD_DIR" | grep "$COMMIT_TRIM")"
curl -F content=@"$JAR_DIR" "$WEBHOOK"
else