1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

Fix missing line breaks

This commit is contained in:
AnyOldName3 2020-06-27 02:08:25 +01:00
parent edd6df1857
commit 82882beee6

View File

@ -78,7 +78,8 @@ Windows_Ninja_RelWithDebInfo:
artifacts:
when: always
paths:
- "*.zip" - "*.log"
- "*.zip"
- "*.log"
- MSVC2019_64_Ninja/*
- MSVC2019_64_Ninja/*.log
- MSVC2019_64_Ninja/*/*.log
@ -126,7 +127,8 @@ Windows_MSBuild_RelWithDebInfo:
artifacts:
when: always
paths:
- "*.zip" - "*.log"
- "*.zip"
- "*.log"
- MSVC2019_64/*
- MSVC2019_64/*.log
- MSVC2019_64/*/*.log