[AppVeyor] Better deploy tag/description.

This commit is contained in:
Rick Gibbed 2022-01-24 05:09:07 -06:00 committed by GitHub
parent bf20aa5f8e
commit 02bdea7b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -79,8 +79,13 @@ deploy:
repository: xenia-project/release-builds-windows
auth_token:
secure: /8he47z1WnPN7LcCTe5T5KMxxX0SmqFj9QMpeWEa3aZ64kMsfupOT/jKakqTM8af
tag: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
description: 'Release build for xenia/$(APPVEYOR_REPO_COMMIT)'
description: |
Windows release build for https://github.com/xenia-project/xenia/commit/$(APPVEYOR_REPO_COMMIT)
$(APPVEYOR_REPO_COMMIT_MESSAGE)
$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)
draft: false
prerelease: false
on: