Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
Test with hardcoded file name
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed Dec 2, 2017
1 parent 53355b8 commit d5b6a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deploy:
provider: releases
api_key:
secure: $GITHUB_DEPLOY_TOKEN
file: "target/${project.build.finalName}.${project.packaging}"
file: "target/wildbot-core-0.1.4-SNAPSHOT.jar"
skip_cleanup: true
on:
branch: master

0 comments on commit d5b6a18

Please sign in to comment.