diff --git a/appveyor.yml b/appveyor.yml index 1ff82dd..c97dd8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,9 @@ artifacts: name: OpenParrot$(platform) deploy: - provider: GitHub + release: OpenParrot$(platform) + description: $(APPVEYOR_REPO_COMMIT_MESSAGE) auth_token: secure: a2B+6mDTHuBa0fw8nm739eGJIZBcZp0IenhKvvXvreLR6ZUoHg9pflMP8ahNUK6o repository: teknogods/OpenParrot - artifact: OpenParrotWin32.zip;OpenParrotx64.zip \ No newline at end of file + artifact: OpenParrot$(platform).zip \ No newline at end of file