mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
appveyor-artifacts.cmd: Use for
to expand the wildcard.
`appveyor PushArtifact` doesn't seem to support wildcards.
This commit is contained in:
parent
dfe67722c5
commit
f2ab97e9be
@ -5,5 +5,5 @@ if not "%configuration%" == "Release" exit /b 0
|
||||
cpack --version
|
||||
cpack -C "%configuration%"
|
||||
if ERRORLEVEL 1 exit /b %ERRORLEVEL%
|
||||
appveyor PushArtifact *.zip
|
||||
for /r %%z in (*.zip) do appveyor PushArtifact "%%z"
|
||||
exit /b %ERRORLEVEL%
|
||||
|
Loading…
Reference in New Issue
Block a user