ci: Upload artifacts during build and test in a separate job (#5817)

This commit is contained in:
Ayaz Salikhov
2025-09-30 18:15:24 +02:00
committed by GitHub
parent 550f90a75e
commit 294e03ecf5
9 changed files with 322 additions and 219 deletions

View File

@@ -162,7 +162,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
'config_name': config_name,
'cmake_args': cmake_args,
'cmake_target': cmake_target,
'build_only': 'true' if build_only else 'false',
'build_only': build_only,
'build_type': build_type,
'os': os,
'architecture': architecture,