[AppVeyor] Deploy artifacts to GitHub Releases

This commit is contained in:
Rick Gibbed 2022-01-24 01:40:57 -06:00 committed by GitHub
parent 564a6d6238
commit fcd4f69e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -58,7 +58,6 @@ artifacts:
deploy:
- provider: Environment
name: xenia-master
release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
artifact: '*.zip'
draft: false
@ -68,3 +67,17 @@ deploy:
configuration: release
appveyor_repo_tag: true
is_not_pr: true
- provider: GitHub
name: xenia-master
repository: xenia-project/release-builds-windows
auth_token:
secure: /8he47z1WnPN7LcCTe5T5KMxxX0SmqFj9QMpeWEa3aZ64kMsfupOT/jKakqTM8af
release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
description: 'Release build for xenia/$(APPVEYOR_REPO_COMMIT)'
artifact: '*.zip'
draft: false
prerelease: false
on:
branch: master
configuration: release
is_not_pr: true