From 29e1436dd20822b1dbdce3913b7df14d9a3ecd58 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 14 Oct 2018 01:54:12 -0500 Subject: [PATCH] Added auto-deployment to AppVeyor --- appveyor.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 95acdec0..38d57a63 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,4 +13,14 @@ artifacts: - path: IPA/bin/$(configuration) build: verbosity: normal - project: BSIPA.sln \ No newline at end of file + project: BSIPA.sln +deploy: +- provider: GitHub + release: BSIPA {NEWVER} + auth_token: + secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t + artifact: IPA\Bin\Release.zip + draft: true + force_update: true + on: + branch: master \ No newline at end of file