From 51271dae088832b91241a0be5cf344e76b0ac299 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Thu, 31 Dec 2015 14:29:21 -0800 Subject: [PATCH] Most appveyor docs use $(), but a few use %%. Trying that. --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f20759b6f..95f79c3db 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: