summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Chat <arkolbed@gmail.com>2017-09-09 10:19:37 -0500
committerDr. Chat <arkolbed@gmail.com>2017-09-09 10:19:37 -0500
commit2a920237dd7bcd4a5408436ed428cc7e6254bcbb (patch)
treee40281f4234f82d1fd1e336cf6612a8fece14ceb
parente674c9df26272fd0e2dfa4d8b2d510caed57e112 (diff)
AppVeyor: Remove commit ID from xenia filename
-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: