Plurals are evil
This commit is contained in:
parent
d9e84d7224
commit
d28b274edf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jdk:
|
|||
before_install:
|
||||
- chmod +x gradlew
|
||||
before_deploy:
|
||||
- export RELEASE_FILE=$(ls build/lib/*.jar)
|
||||
- export RELEASE_FILE=$(ls build/libs/*.jar)
|
||||
- echo "deploying ${RELEASE_PKG_FILE} to GitHub releases"
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Reference in a new issue