Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit fdac32e

Browse files
committed
💚 CI
1 parent 4c7bc08 commit fdac32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ before_deploy:
1010
- git config --local user.email "23562356riley@gmail.com"
1111
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y-%m-%d')-$(git log --format=%h -1)}
1212
- git tag $TRAVIS_TAG
13-
- export RELEASE_ARTIFACT_FILE=$(ls *.jar)
13+
- export RELEASE_ARTIFACT_FILE=$(ls target/*.jar)
1414
- echo "deploying $RELEASE_ARTIFACT_FILE to GitHub releases"
1515
deploy:
1616
provider: releases
1717
api_key: $GITHUB_TOKEN
1818
file_glob: true
19-
file: "${RELEASE_ARTIFACT_FILE}"
19+
file: "target/*.jar"
2020
skip_cleanup: true
2121

2222
after_success:

0 commit comments

Comments
 (0)