Trying lowercase appyveyor env vars?
This commit is contained in:
parent
8ab71d7e51
commit
57448899d2
|
@ -59,7 +59,7 @@ platform: Windows
|
|||
|
||||
# build Configuration, i.e. Debug, Release, etc.
|
||||
configuration:
|
||||
- Checked
|
||||
#- Checked
|
||||
- Release
|
||||
|
||||
build:
|
||||
|
@ -76,7 +76,7 @@ before_build:
|
|||
|
||||
# scripts to run after build
|
||||
after_build:
|
||||
- 7z a xenia-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)-$(CONFIGURATION).zip build\bin\Windows\$(CONFIGURATION)\xenia.exe
|
||||
- 7z a xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-$(configuration).zip build\bin\Windows\$(configuration)\xenia.exe
|
||||
|
||||
# to run your custom scripts instead of automatic MSBuild
|
||||
#build_script:
|
||||
|
@ -124,7 +124,7 @@ artifacts:
|
|||
#- path: out\*.nupkg
|
||||
|
||||
- path: xenia-cpu-ppc-test.log
|
||||
- path: xenia-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)-$(CONFIGURATION).zip
|
||||
- path: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-$(configuration).zip
|
||||
|
||||
|
||||
#---------------------------------#
|
||||
|
@ -136,7 +136,7 @@ artifacts:
|
|||
deploy:
|
||||
- provider: Environment
|
||||
name: xenia-master
|
||||
artifact: xenia-$(APPVEYOR_REPO_BRANCH)-$(APPVEYOR_REPO_COMMIT)-$(CONFIGURATION).zip
|
||||
artifact: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-$(configuration).zip
|
||||
draft: false
|
||||
prerelease: true
|
||||
on:
|
||||
|
|
Loading…
Reference in New Issue