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:
parent
edd6df1857
commit
82882beee6
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue