[AppVeyor] Deploy artifacts to GitHub Releases
[AppVeyor] Deploy artifacts to GitHub Releases, take two.
This commit is contained in:
parent
fcd4f69e0f
commit
258581ee07
|
@ -56,8 +56,15 @@ artifacts:
|
||||||
- path: '*.zip'
|
- path: '*.zip'
|
||||||
- path: xenia-cpu-ppc-test.log
|
- path: xenia-cpu-ppc-test.log
|
||||||
|
|
||||||
|
before_deploy:
|
||||||
|
- ps: |
|
||||||
|
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
|
||||||
|
$env:IS_NOT_PR = "true"
|
||||||
|
}
|
||||||
|
|
||||||
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
|
||||||
|
@ -74,7 +81,6 @@ deploy:
|
||||||
secure: /8he47z1WnPN7LcCTe5T5KMxxX0SmqFj9QMpeWEa3aZ64kMsfupOT/jKakqTM8af
|
secure: /8he47z1WnPN7LcCTe5T5KMxxX0SmqFj9QMpeWEa3aZ64kMsfupOT/jKakqTM8af
|
||||||
release: 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: 'Release build for xenia/$(APPVEYOR_REPO_COMMIT)'
|
||||||
artifact: '*.zip'
|
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in New Issue