Skip to content
Snippets Groups Projects
Commit 03c01e8a authored by Andrii Sosiuk's avatar Andrii Sosiuk
Browse files

[CICD][RELEASE] Display custom artifact links for boards on release page

  Some boards include custom artifacts, which were uploaded but not shown
  on the release page.
  This fix ensures links are rendered when such artifacts are present.
parent 2155c133
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ workflow:
echo "BMAP_FILE_NAME=$bmap_name" | tee -a deploy.env
echo "BUNDLE_FILE_NAME=$bundle_filename" | tee -a deploy.env
echo "MD5_SUMS_FILE_NAME=$md5sums_filename" | tee -a deploy.env
echo "MISCA_FILE_NAME=$custom_artifacts_filename" | tee -a deploy.env
# -----------------------------------
# Stage: build
......
......@@ -9,7 +9,7 @@
"image": "[Image]",
"bmap": "[Bmap File]",
"sdk": "[SDK]",
"misca": "/",
"misca": "[Misc. Artifacts]",
"md5sums": "[MD5Sums]",
},
"embedded-full-wayland": {
......@@ -21,7 +21,7 @@
"image": "[Image]",
"bmap": "[Bmap File]",
"sdk": "[SDK]",
"misca": "/",
"misca": "[Misc. Artifacts]",
"md5sums": "[MD5Sums]",
},
}
......@@ -36,7 +36,7 @@
"image": "IMAGE",
"bmap": "BMAP",
"sdk": "SDK",
"misca": "MISC",
"misca": "MISCA",
"md5sums": "MD5_SUMS",
}
-%}
......
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