mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-11 06:40:34 +00:00
Maybe this will make globbing work
This commit is contained in:
parent
24129e8a54
commit
094f0d1772
@ -84,7 +84,8 @@ MacOS:
|
||||
paths:
|
||||
- "*.zip"
|
||||
- "*.log"
|
||||
- MSVC2019_64_Ninja/**.log
|
||||
- MSVC2019_64_Ninja/*.log
|
||||
- MSVC2019_64_Ninja/**/*.log
|
||||
|
||||
Windows_Ninja_Release:
|
||||
extends:
|
||||
@ -140,7 +141,8 @@ Windows_Ninja_RelWithDebInfo:
|
||||
paths:
|
||||
- "*.zip"
|
||||
- "*.log"
|
||||
- MSVC2019_64/**.log
|
||||
- MSVC2019_64/*.log
|
||||
- MSVC2019_64/**/*.log
|
||||
|
||||
Windows_MSBuild_Release:
|
||||
extends:
|
||||
|
Loading…
x
Reference in New Issue
Block a user