mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
simplify tag
This commit is contained in:
parent
ad9628da44
commit
eaae5be481
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user