summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 998c1d61a..df62884a0 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -73,7 +73,7 @@ configuration:
# scripts to run after build
after_build:
- - 7z a xenia-%appveyor_repo_branch%-%appveyor_repo_commit%.zip LICENSE %APPVEYOR_BUILD_FOLDER%\build\bin\%PLATFORM%\%CONFIGURATION%\xenia.exe %APPVEYOR_BUILD_FOLDER%\build\bin\%PLATFORM%\%CONFIGURATION%\xenia.pdb
+ - 7z a xenia-%appveyor_repo_branch%.zip LICENSE %APPVEYOR_BUILD_FOLDER%\build\bin\%PLATFORM%\%CONFIGURATION%\xenia.exe %APPVEYOR_BUILD_FOLDER%\build\bin\%PLATFORM%\%CONFIGURATION%\xenia.pdb
# to run your custom scripts instead of automatic MSBuild
# We also compile the tests here instead of later on.
@@ -122,7 +122,7 @@ artifacts:
#- path: out\*.nupkg
- path: xenia-cpu-ppc-test.log
- - path: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit).zip
+ - path: xenia-$(appveyor_repo_branch).zip
#---------------------------------#
@@ -134,8 +134,8 @@ artifacts:
deploy:
- provider: Environment
name: xenia-master
- release: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-v$(appveyor_build_version)
- artifact: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit).zip
+ release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
+ artifact: xenia-$(appveyor_repo_branch).zip
draft: false
prerelease: true
on: