Skip to content

Commit b13c212

Browse files
committed
Updated documents and CI tag naming.
1 parent 9c1926b commit b13c212

4 files changed

Lines changed: 44 additions & 1214 deletions

File tree

.github/workflows/openvino-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,12 @@ jobs:
307307
echo "electron_version=$ELECTRON_VERSION" >> $GITHUB_OUTPUT
308308
echo "node_version=$NODE_VERSION" >> $GITHUB_OUTPUT
309309
echo "timestamp=$TIMESTAMP" >> $GITHUB_OUTPUT
310-
echo "tag_name=openvino-${{ matrix.openvino_version }}-v$(date '+%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
310+
# Set tag name based on OpenVINO version
311+
if [ "${{ matrix.openvino_version }}" = "2024.6" ]; then
312+
echo "tag_name=default-v$(date '+%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
313+
else
314+
echo "tag_name=latest-v$(date '+%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
315+
fi
311316
312317
- name: List downloaded artifacts
313318
run: |

.github/workflows/openvino-build.yml.bak

Lines changed: 0 additions & 380 deletions
This file was deleted.

0 commit comments

Comments
 (0)