mirror of
https://github.com/libretro/Play-.git
synced 2025-01-22 08:41:07 +00:00
Fix artifacts not being found.
This commit is contained in:
parent
dad9c1bc53
commit
949b4156c1
@ -21,8 +21,6 @@ build_script:
|
||||
|
||||
appveyor SetVariable -Name REPO_COMMIT_SHORT -Value %REPO_COMMIT_SHORT%
|
||||
|
||||
mkdir %REPO_COMMIT_SHORT%
|
||||
|
||||
cd ..
|
||||
|
||||
rename Play PlaySource
|
||||
|
@ -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%
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user