From b01131eaee51cba027233d74cd7691847a13383c Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 1 Feb 2025 06:41:48 +0000 Subject: [PATCH] Update Alpine package build workflow naming - Clarify step names for cpu-check Alpine package build and upload - Improve workflow readability without changing core functionality --- .github/workflows/build-alpine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-alpine.yml b/.github/workflows/build-alpine.yml index 217580b..f2c51db 100644 --- a/.github/workflows/build-alpine.yml +++ b/.github/workflows/build-alpine.yml @@ -46,7 +46,7 @@ jobs: make -j$(nproc) make install - - name: Build Alpine Package + - name: Build cpu-check Alpine Package run: | mkdir -p alpine_build && cd alpine_build cmake -DCMAKE_BUILD_TYPE=Release \ @@ -57,7 +57,7 @@ jobs: # Example packaging command; adjust according to your packaging scripts make apk - - name: Upload Alpine Package + - name: Upload cpu-check Alpine Package uses: actions/upload-artifact@v3 with: name: cpu-check-alpine