Skip to content

Commit

Permalink
Deploy tags to github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pearswj committed Aug 30, 2016
1 parent ee15bda commit 27a7d0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ after_success:
- zip -j dist/${PACKAGE_NAME}.zip bin/Release/{Compat.exe,Mono.Cecil.dll} LICENSE
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
- artifacts upload dist/${PACKAGE_NAME}.zip
deploy:
- provider: releases
api_key:
secure: IW+13s6yAJxUT+CHRUAAImFiwtugEpEHo5guY9JrxOkLpqS8OJNtesGqu+RULVjsBF0Al0KxgBucsFROdXZraXTZJzBQFQIa1d8lFFhKexLUtWggupPYbDUyUSzxYMJoiqL1+uhbS82c8b/akpKOKmbyv+331Ic2+TCj94p5+UKAusppCjwAx6ZlsUoh3CXZlqCldJJ/7PmLIvr3oTJEZMKQqHeqcHiIo/viHKYD0xIDMNYPCqL4UDKaMlixX7BVc8xsx88Y07DINnxieD/JT/JQLo5ra2MlawBg4A/tOOMdAwhnwvWzwAq3sj5htL+1Yh92rN4I71lOGGX/nr9RHRJh09tiN00gwUB0mk6xA1MbgFdCjRFyCMZK0PXsKJKiHTvQuHCKc7Hd/EZ6aqxeiLpnIh9yop/ywSLMM7dFWS3a/Io0GbK3JdrX3h/PkrklFu/BKYKROX9va7wNI2otgKbPO40N0diLap7TV+TOaTlOUhPQHAYggC2gXCGSDj8hMqxMEjm++0xFO6m8bMokX/LD+mLg2yrAz25Vr5xtx4db4UHObcx2QvHccz6hoAuimag0rtNucyEoG2CJj9kgBCSUbijuFKhlXzbXCRnUiwzfRm4zXsiGFW1opL5dNVB9og4n3E7CjXd/iXvcmopVQUfxg6eeRXQp/gaDNnlBr9c=
file: dist/${PACKAGE_NAME}.zip
skip_cleanup: true
on:
tags: true

0 comments on commit 27a7d0b

Please sign in to comment.