1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:53:51 +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: artifacts:
when: always when: always
paths: paths:
- "*.zip" - "*.log" - "*.zip"
- "*.log"
- MSVC2019_64_Ninja/* - MSVC2019_64_Ninja/*
- MSVC2019_64_Ninja/*.log - MSVC2019_64_Ninja/*.log
- MSVC2019_64_Ninja/*/*.log - MSVC2019_64_Ninja/*/*.log
@ -126,7 +127,8 @@ Windows_MSBuild_RelWithDebInfo:
artifacts: artifacts:
when: always when: always
paths: paths:
- "*.zip" - "*.log" - "*.zip"
- "*.log"
- MSVC2019_64/* - MSVC2019_64/*
- MSVC2019_64/*.log - MSVC2019_64/*.log
- MSVC2019_64/*/*.log - MSVC2019_64/*/*.log