mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
Fix missing line breaks
This commit is contained in:
parent
edd6df1857
commit
82882beee6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user