Skip to content
Snippets Groups Projects
Commit f5e11f9a authored by calrama's avatar calrama
Browse files

[ci] fix update

parent 15f9678b
Branches
No related tags found
No related merge requests found
Pipeline #38242 failed
...@@ -47,9 +47,9 @@ def extract_cmake_package(artifacts, name): ...@@ -47,9 +47,9 @@ def extract_cmake_package(artifacts, name):
if __name__ == "__main__": if __name__ == "__main__":
if system() == "Windows": if system() == "Windows":
job_stem = "package windows" job_stem = "package: [windows]"
elif system() == "Linux": elif system() == "Linux":
job_stem = "package centos" job_stem = "package: [centos]"
else: else:
assert False assert False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment