Skip to content

Commit eaae5be

Browse files
committed
simplify tag
1 parent ad9628d commit eaae5be

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appveyor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appveyor configuration file for bash build of packs
2-
version: 2-{build}
2+
version: {build}
33
environment:
44
# 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.
55
CommitTimestamp: 0
@@ -54,14 +54,13 @@ build_script:
5454

5555
artifacts:
5656
- path: AppVeyor
57-
name: 'graphicPacks_$(appveyor_build_version)'
58-
# name: 'graphicPacks'
57+
name: 'graphicPacks_2-$(appveyor_build_version)'
5958
type: zip
6059

6160
deploy:
62-
tag: "AppVeyor-$(appveyor_build_version)"
61+
tag: "appveyor$(appveyor_build_version)"
6362
# Tag needs to be the same otherwise it won't overwrite.
64-
release: "Graphic Packs: version $(appveyor_build_version)"
63+
release: "Graphic Packs: version 2-$(appveyor_build_version)"
6564
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)"
6665
provider: GitHub
6766
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings

0 commit comments

Comments
 (0)