simplify tag

This commit is contained in:
Michael 2017-10-22 00:40:48 -07:00
parent ad9628da44
commit eaae5be481

View File

@ -1,5 +1,5 @@
# Appveyor configuration file for bash build of packs
version: 2-{build}
version: {build}
environment:
# It's prefered to have the GithubAuthToken (encrypted) set in the UI. Follow this guide for the instructions https://www.appveyor.com/docs/deployment/github/#provider-settings.
CommitTimestamp: 0
@ -54,14 +54,13 @@ build_script:
artifacts:
- path: AppVeyor
name: 'graphicPacks_$(appveyor_build_version)'
# name: 'graphicPacks'
name: 'graphicPacks_2-$(appveyor_build_version)'
type: zip
deploy:
tag: "AppVeyor-$(appveyor_build_version)"
tag: "appveyor$(appveyor_build_version)"
# Tag needs to be the same otherwise it won't overwrite.
release: "Graphic Packs: version $(appveyor_build_version)"
release: "Graphic Packs: version 2-$(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)"
provider: GitHub
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings