chore(workflows): prefix all jobs with workflow name to help distinguish (#35)

This commit is contained in:
Alex Zenla
2024-04-09 00:05:06 -07:00
committed by GitHub
parent 6ed31bc436
commit 3f8c9e7a7c
7 changed files with 12 additions and 11 deletions

View File

@ -23,7 +23,7 @@ jobs:
- aarch64
env:
TARGET_ARCH: "${{ matrix.arch }}"
name: server ${{ matrix.arch }}
name: release-binaries server ${{ matrix.arch }}
steps:
- uses: actions/checkout@v4
with:
@ -63,7 +63,7 @@ jobs:
TARGET_OS: "${{ matrix.platform.os }}"
TARGET_ARCH: "${{ matrix.platform.arch }}"
runs-on: "${{ matrix.platform.on }}"
name: client ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
name: release-binaries client ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
defaults:
run:
shell: bash