From db6fd8e5010cd46c7f803d545279fb1d63fea1f0 Mon Sep 17 00:00:00 2001 From: Socheat Sok Date: Thu, 1 Feb 2024 00:47:19 +0700 Subject: [PATCH] Update workflow names --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3671ea0..6508e14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build Xcode Project +name: Build KhmerUnicode.bundle and Khmer Unicode.pkg on: push: @@ -22,5 +22,5 @@ jobs: - name: Build KhmerUnicode.bundle run: make build - - name: Build KhmerUnicode installer + - name: Build Khmer Unicode.pkg run: make installer