Fix artifacts not being found.

This commit is contained in:
Jean-Philip Desjardins 2019-02-28 06:59:06 -05:00
parent dad9c1bc53
commit 949b4156c1
2 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,6 @@ build_script:
appveyor SetVariable -Name REPO_COMMIT_SHORT -Value %REPO_COMMIT_SHORT%
mkdir %REPO_COMMIT_SHORT%
cd ..
rename Play PlaySource

View File

@ -12,6 +12,7 @@ if "%BUILD_PLAY%" == "ON" (
cd ..
cd ..
mkdir %REPO_COMMIT_SHORT%
move Play-Build\Play\installer_win32\*.exe %REPO_COMMIT_SHORT%
)
@ -24,5 +25,6 @@ if "%BUILD_PSFPLAYER%" == "ON" (
cd ..
cd ..
mkdir %REPO_COMMIT_SHORT%
move Play-Build\Play\tools\PsfPlayer\installer_win32\*.exe %REPO_COMMIT_SHORT%
)