Not sure why popd is exiting with status 1...

This commit is contained in:
Pietro Gagliardi 2019-04-07 20:43:49 -04:00
parent d08ab7d260
commit fbdd84ac86
1 changed files with 2 additions and 0 deletions

View File

@ -81,7 +81,9 @@ after_build:
del libui.exp
7z a "%APPVEYOR_BUILD_FOLDER%\libui-%artifact%.zip" %libfiles% ui.h ui_windows.h
7z a "%APPVEYOR_BUILD_FOLDER%\examples-%artifact%.zip" controlgallery.exe cpp-multithread.exe datetime.exe drawtext.exe histogram.exe tester.exe timer.exe
del ui.h ui_windows.h
popd
popd /?
artifacts:
- path: libui-*.zip