mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
appveyor-artifacts.cmd: Don't recursively search for ZIP files.
Otherwise, we end up including test suite files.
This commit is contained in:
parent
f2ab97e9be
commit
963563b02b
@ -5,5 +5,5 @@ if not "%configuration%" == "Release" exit /b 0
|
||||
cpack --version
|
||||
cpack -C "%configuration%"
|
||||
if ERRORLEVEL 1 exit /b %ERRORLEVEL%
|
||||
for /r %%z in (*.zip) do appveyor PushArtifact "%%z"
|
||||
for %%z in (*.zip) do appveyor PushArtifact "%%z"
|
||||
exit /b %ERRORLEVEL%
|
||||
|
Loading…
Reference in New Issue
Block a user