ci:appveyor: Don't use branch name to name directory

Fixes issues with using a / in the branch name, which causes the rename
command to fail because the parent directory isn't present.
This commit is contained in:
Jonathan Li 2016-10-01 22:25:52 +01:00
parent 3996fbe365
commit fd1cc2fdcb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ build_script:
after_build:
- ps: $env:gitrev = git describe --tags
- ps: $env:my_version = "$env:gitrev-$env:appveyor_repo_branch-$env:appveyor_build_number"
- ps: $env:my_version = "$env:gitrev-$env:appveyor_build_number"
- type NUL > bin\portable.ini
- set folder_name=pcsx2-%my_version%-%visualstudio_string%-%platform%-%target%
- rename bin %folder_name%