1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 11:23:51 +00:00

Don't keep whole build directory.

This commit is contained in:
AnyOldName3 2020-06-27 03:23:12 +01:00
parent decf59d20e
commit c7cf163667

View file

@ -80,7 +80,6 @@ Windows_Ninja_RelWithDebInfo:
paths: paths:
- "*.zip" - "*.zip"
- "*.log" - "*.log"
- MSVC2019_64_Ninja/*
- MSVC2019_64_Ninja/*.log - MSVC2019_64_Ninja/*.log
- MSVC2019_64_Ninja/*/*.log - MSVC2019_64_Ninja/*/*.log
- MSVC2019_64_Ninja/*/*/*.log - MSVC2019_64_Ninja/*/*/*.log
@ -128,7 +127,6 @@ Windows_MSBuild_RelWithDebInfo:
paths: paths:
- "*.zip" - "*.zip"
- "*.log" - "*.log"
- MSVC2019_64/*
- MSVC2019_64/*.log - MSVC2019_64/*.log
- MSVC2019_64/*/*.log - MSVC2019_64/*/*.log
- MSVC2019_64/*/*/*.log - MSVC2019_64/*/*/*.log