Update Alpine package build workflow naming
- Clarify step names for cpu-check Alpine package build and upload - Improve workflow readability without changing core functionality
This commit is contained in:
4
.github/workflows/build-alpine.yml
vendored
4
.github/workflows/build-alpine.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
|
|
||||||
- name: Build Alpine Package
|
- name: Build cpu-check Alpine Package
|
||||||
run: |
|
run: |
|
||||||
mkdir -p alpine_build && cd alpine_build
|
mkdir -p alpine_build && cd alpine_build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
# Example packaging command; adjust according to your packaging scripts
|
# Example packaging command; adjust according to your packaging scripts
|
||||||
make apk
|
make apk
|
||||||
|
|
||||||
- name: Upload Alpine Package
|
- name: Upload cpu-check Alpine Package
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: cpu-check-alpine
|
name: cpu-check-alpine
|
||||||
|
Reference in New Issue
Block a user