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

[ci] fix update

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