diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-12 11:38:33 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-12 11:38:33 +0300 |
commit | f7171fa53be79fc0878cd4f331cbe11125192e4d (patch) | |
tree | 968a833004e4d1849f30803a62d8641213918c56 | |
parent | fb6a7d6bd166ab5fa0e4fabc532d75c1a95176ad (diff) | |
download | tool_apisiteadmins-f7171fa53be79fc0878cd4f331cbe11125192e4d.tar.xz tool_apisiteadmins-f7171fa53be79fc0878cd4f331cbe11125192e4d.zip |
Fix deploy
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6270ce6..e489f48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ jobs: deploy: api_key: $GITHUB_PROJECT_TOKEN email: "info@valentineus.link" - file: "../build/*.zip" + file: "build/*.zip" file_glob: true provider: releases skip_cleanup: true |