[AppVeyor] Deploy artifacts to GitHub Releases
This commit is contained in:
parent
564a6d6238
commit
fcd4f69e0f
|
@ -58,7 +58,6 @@ artifacts:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: Environment
|
- provider: Environment
|
||||||
name: xenia-master
|
|
||||||
release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
|
release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
|
||||||
artifact: '*.zip'
|
artifact: '*.zip'
|
||||||
draft: false
|
draft: false
|
||||||
|
@ -68,3 +67,17 @@ deploy:
|
||||||
configuration: release
|
configuration: release
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
is_not_pr: 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
|
||||||
|
|
Loading…
Reference in New Issue