From 2a920237dd7bcd4a5408436ed428cc7e6254bcbb Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Sat, 9 Sep 2017 10:19:37 -0500 Subject: [PATCH] AppVeyor: Remove commit ID from xenia filename --- .appveyor.yml | 8 ++++---- 1 file 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: