From 57448899d2b03979791e3fe41972d39a35535f96 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Thu, 31 Dec 2015 13:14:25 -0800 Subject: [PATCH] Trying lowercase appyveyor env vars? --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d64d5b326..f20759b6f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: