From 46b17cb58704fe7c328dd8637853f04e565e65d2 Mon Sep 17 00:00:00 2001 From: JairajJangle Date: Tue, 17 May 2022 09:02:12 +0530 Subject: [PATCH] Updated workflow job name --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index b704cfb..8b0ea8b 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -9,7 +9,7 @@ env: VERSION_NAME: v0.3.2 jobs: - Build and Release OpenCV Catalogue: + Build-And-Release-OpenCV-Catalogue: strategy: matrix: os: [ubuntu-18.04]