mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-01 17:19:39 +00:00
Maybe this will make globbing work
This commit is contained in:
parent
24129e8a54
commit
094f0d1772
1 changed files with 4 additions and 2 deletions
|
@ -84,7 +84,8 @@ MacOS:
|
||||||
paths:
|
paths:
|
||||||
- "*.zip"
|
- "*.zip"
|
||||||
- "*.log"
|
- "*.log"
|
||||||
- MSVC2019_64_Ninja/**.log
|
- MSVC2019_64_Ninja/*.log
|
||||||
|
- MSVC2019_64_Ninja/**/*.log
|
||||||
|
|
||||||
Windows_Ninja_Release:
|
Windows_Ninja_Release:
|
||||||
extends:
|
extends:
|
||||||
|
@ -140,7 +141,8 @@ Windows_Ninja_RelWithDebInfo:
|
||||||
paths:
|
paths:
|
||||||
- "*.zip"
|
- "*.zip"
|
||||||
- "*.log"
|
- "*.log"
|
||||||
- MSVC2019_64/**.log
|
- MSVC2019_64/*.log
|
||||||
|
- MSVC2019_64/**/*.log
|
||||||
|
|
||||||
Windows_MSBuild_Release:
|
Windows_MSBuild_Release:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in a new issue