From b0c137b7b2681426d9b7c8faa25b642242b94959 Mon Sep 17 00:00:00 2001 From: Milan Date: Sun, 22 Oct 2017 09:34:51 +0200 Subject: [PATCH] Multiple Releases --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4b44a0b6..cc9f7b44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,12 +54,12 @@ build_script: artifacts: - path: AppVeyor -# name: 'graphicPacks_$(appveyor_build_version)' - name: 'graphicPacks' + name: 'graphicPacks_$(appveyor_build_version)' +# name: 'graphicPacks' type: zip deploy: - tag: "AppVeyor" + tag: "AppVeyor-$(appveyor_build_version)" # 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)"