mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 01:09:08 +01:00
revert artifact name
This commit is contained in:
parent
31fadd90b1
commit
26343a993c
@ -50,14 +50,15 @@ build_script:
|
||||
|
||||
artifacts:
|
||||
- path: AppVeyor
|
||||
name: 'graphicPacks_$(appveyor_build_version)'
|
||||
# name: 'graphicPacks_$(appveyor_build_version)'
|
||||
name: 'graphicPacks'
|
||||
type: zip
|
||||
|
||||
deploy:
|
||||
tag: "AppVeyor"
|
||||
# Release needs to be the same otherwise it won't overwrite.
|
||||
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) by $(appveyor_repo_commit_author):\n```\n$(appveyor_repo_commit_message_extended)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/)"
|
||||
provider: GitHub
|
||||
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
|
||||
auth_token: $(GithubAuthToken)
|
||||
|
Loading…
x
Reference in New Issue
Block a user