Fixed a typo
This commit is contained in:
parent
651d2d7549
commit
b477336116
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ before_install:
|
|||
- chmod +x gradlew
|
||||
before_deploy:
|
||||
- export RELEASE_FILE=$(ls build/libs/*.jar)
|
||||
- echo "deploying ${RELEASE_PKG_FILE} to GitHub releases"
|
||||
- echo "deploying ${RELEASE_FILE} to GitHub releases"
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
|
Loading…
Reference in a new issue