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

[ci] fix update

parent ede8d452
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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.
Please register or to comment