AppVeyor: Remove commit ID from xenia filename
This commit is contained in:
parent
e674c9df26
commit
2a920237dd
|
@ -73,7 +73,7 @@ configuration:
|
||||||
|
|
||||||
# scripts to run after build
|
# scripts to run after build
|
||||||
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
|
# to run your custom scripts instead of automatic MSBuild
|
||||||
# We also compile the tests here instead of later on.
|
# We also compile the tests here instead of later on.
|
||||||
|
@ -122,7 +122,7 @@ artifacts:
|
||||||
#- path: out\*.nupkg
|
#- path: out\*.nupkg
|
||||||
|
|
||||||
- path: xenia-cpu-ppc-test.log
|
- 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:
|
deploy:
|
||||||
- provider: Environment
|
- provider: Environment
|
||||||
name: xenia-master
|
name: xenia-master
|
||||||
release: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-v$(appveyor_build_version)
|
release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
|
||||||
artifact: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit).zip
|
artifact: xenia-$(appveyor_repo_branch).zip
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in New Issue