You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Appveyor configuration file for bash build of packs
2
-
version: 2-{build}
2
+
version: {build}
3
3
environment:
4
4
# 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.
5
5
CommitTimestamp: 0
@@ -54,14 +54,13 @@ build_script:
54
54
55
55
artifacts:
56
56
- path: AppVeyor
57
-
name: 'graphicPacks_$(appveyor_build_version)'
58
-
# name: 'graphicPacks'
57
+
name: 'graphicPacks_2-$(appveyor_build_version)'
59
58
type: zip
60
59
61
60
deploy:
62
-
tag: "AppVeyor-$(appveyor_build_version)"
61
+
tag: "appveyor$(appveyor_build_version)"
63
62
# 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)"
65
64
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)"
66
65
provider: GitHub
67
66
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
0 commit comments