From 59ba0283b66e6193d2e47c93ca918ed5a3c31a24 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 20 Oct 2017 19:20:59 -0700 Subject: [PATCH] Rename artifact file name back --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dc8ff33f..22133842 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,12 +50,13 @@ build_script: artifacts: - path: AppVeyor - name: 'graphicPacks' + name: 'graphicPacks-$(appveyor_build_version)' type: zip deploy: + tag: "graphicPacks-$(appveyor_build_version)" # 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)/)" provider: GitHub # Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings