1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 13:15:34 +00:00

Upload Teal artifacts on failure, avoid nested archives

This commit is contained in:
uramer 2024-10-13 17:36:29 +02:00
parent 2bb25ef2d6
commit bef9fc0a4b
2 changed files with 2 additions and 2 deletions

View file

@ -196,8 +196,9 @@ Teal:
script: script:
- CI/teal_ci.sh - CI/teal_ci.sh
artifacts: artifacts:
when: always
paths: paths:
- teal_declarations.zip - teal_declarations
Ubuntu_GCC_Debug: Ubuntu_GCC_Debug:
extends: .Ubuntu extends: .Ubuntu

View file

@ -12,4 +12,3 @@ luarocks make cyan-dev-1.rockspec
popd popd
scripts/generate_teal_declarations.sh ./teal_declarations scripts/generate_teal_declarations.sh ./teal_declarations
zip teal_declarations.zip -r teal_declarations