From dc45af446cd3998c7586c36ecc06758bef994f9a Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 21 Oct 2017 22:36:49 -0700 Subject: [PATCH] slashiee doesn't change underscore to dashes --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8ed18924..4b44a0b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,7 +62,7 @@ deploy: tag: "AppVeyor" # Tag needs to be the same otherwise it won't overwrite. release: "Graphic Packs: version $(appveyor_build_version)" - description: "Updated to **v$(appveyor_build_version)** at $(CommitTimestamp) (UTC)\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit) by $(appveyor_repo_commit_author):\n```\n$(CommitDescription)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/) - [Previous versions](https://ci.appveyor.com/project/$(appveyor_account_name)/cemu_graphic_packs/history)" + description: "Updated to **v$(appveyor_build_version)** at $(CommitTimestamp) (UTC)\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit) by $(appveyor_repo_commit_author):\n```\n$(CommitDescription)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/) - [Previous versions](https://ci.appveyor.com/project/$(appveyor_account_name)/cemu-graphic-packs/history)" provider: GitHub # Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings auth_token: $(GithubAuthToken)