diff --git a/appveyor.yml b/appveyor.yml index 9e31601db3..62d8e02f77 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,5 +38,12 @@ for: python misc/ninja_syntax_test.py appveyor PushArtifact ninja.exe + deploy: + description: release + provider: GitHub + auth_token: + secure: wyu/fhbEU2AiTPWJNIkimoVCBquTpTeVHOUBGQbB3m0GRS2ch+plZ7gtQNgvanJ0 + artifact: ninja.exe + draft: true test: off