mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-04 14:21:37 +00:00
Keep logs as artifacts
This commit is contained in:
parent
cfd9268a74
commit
5515bc94b7
1 changed files with 9 additions and 0 deletions
|
@ -71,6 +71,15 @@ MacOS:
|
|||
artifacts:
|
||||
paths:
|
||||
- build/OpenMW-*.dmg
|
||||
- "*.log"
|
||||
- build/*.log
|
||||
- build/*/*.log
|
||||
- build/*/*/*.log
|
||||
- build/*/*/*/*.log
|
||||
- build/*/*/*/*/*.log
|
||||
- build/*/*/*/*/*/*.log
|
||||
- build/*/*/*/*/*/*/*.log
|
||||
- build/*/*/*/*/*/*/*/*.log
|
||||
|
||||
variables: &engine-targets
|
||||
targets: "openmw,openmw-essimporter,openmw-iniimporter,openmw-launcher,openmw-wizard"
|
||||
|
|
Loading…
Reference in a new issue