diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 87eb930..5a67ca9 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -6,7 +6,7 @@ on: jobs: build: - name: Build binary artifacts for ${{ matrix.asset_name }} on ${{ matrix.os }} + name: Build binary ${{ matrix.asset_name }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: