diff --git a/.travis.yml b/.travis.yml index 2b244b6eda..ce1a1c10d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,15 @@ jdk: install: true script: - mvn install +after_success: + - mkdir push + - cp ./target/*.jar ./push/ deploy: skip_cleanup: true provider: releases api_key: secure: $Github_token file: - - "QuickShop-Reremake *.jar" \ No newline at end of file + - ./push/* + on: + tags: true \ No newline at end of file