Trying to make appveyor and travis deploy on the same release

This commit is contained in:
Antonin Descampe 2016-05-15 16:51:21 +02:00
parent 65e214efd3
commit 5b9bf39408
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ deploy:
auth_token:
secure: Huk03f1heCD/HMyA+4ZeVmICdmKn9rPxK5p8/KxzgL+FtJDHlqcllcCrtN9bDxRH # your encrypted token from GitHub
artifact: /.*\.zip/ # upload all zip packages to release assets
draft: true
draft: false
prerelease: false
on:
appveyor_repo_tag: true # deploy on tag push only