1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 07:53:53 +00:00

Keep logs as artifacts

This commit is contained in:
AnyOldName3 2020-10-07 21:04:36 +00:00
parent cfd9268a74
commit 5515bc94b7

View file

@ -71,6 +71,15 @@ MacOS:
artifacts: artifacts:
paths: paths:
- build/OpenMW-*.dmg - build/OpenMW-*.dmg
- "*.log"
- build/*.log
- build/*/*.log
- build/*/*/*.log
- build/*/*/*/*.log
- build/*/*/*/*/*.log
- build/*/*/*/*/*/*.log
- build/*/*/*/*/*/*/*.log
- build/*/*/*/*/*/*/*/*.log
variables: &engine-targets variables: &engine-targets
targets: "openmw,openmw-essimporter,openmw-iniimporter,openmw-launcher,openmw-wizard" targets: "openmw,openmw-essimporter,openmw-iniimporter,openmw-launcher,openmw-wizard"