mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
Rename artifact file name back
This commit is contained in:
parent
5caf83b84f
commit
59ba0283b6
@ -50,12 +50,13 @@ build_script:
|
|||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: AppVeyor
|
- path: AppVeyor
|
||||||
name: 'graphicPacks'
|
name: 'graphicPacks-$(appveyor_build_version)'
|
||||||
type: zip
|
type: zip
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
tag: "graphicPacks-$(appveyor_build_version)"
|
||||||
# Release needs to be the same otherwise it won't overwrite.
|
# Release needs to be the same otherwise it won't overwrite.
|
||||||
release: "Cemu Graphic Packs - Latest Release"
|
release: "Graphic Packs Latest Release"
|
||||||
description: "Updated to **$(appveyor_build_version)**\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit):\n```\n$(appveyor_repo_commit_message_extended)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/)"
|
description: "Updated to **$(appveyor_build_version)**\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit):\n```\n$(appveyor_repo_commit_message_extended)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/)"
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
|
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
|
||||||
|
Loading…
Reference in New Issue
Block a user