Skip to content

Commit ad9628d

Browse files
authored
Merge pull request #123 from Crementif/master
Multiple Releases
2 parents f8b0857 + b0c137b commit ad9628d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ build_script:
5454

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

6161
deploy:
62-
tag: "AppVeyor"
62+
tag: "AppVeyor-$(appveyor_build_version)"
6363
# Tag needs to be the same otherwise it won't overwrite.
6464
release: "Graphic Packs: version $(appveyor_build_version)"
6565
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)"

0 commit comments

Comments
 (0)