AppVeyor: Remove commit ID from xenia filename

This commit is contained in:
Dr. Chat 2017-09-09 10:19:37 -05:00
parent e674c9df26
commit 2a920237dd
1 changed files with 4 additions and 4 deletions

View File

@ -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: