2233: Change CI name for publishing binaries r=Kerollmops a=curquiza

Minor change regarding the CI job names. Should not impact the usage.

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2022-03-14 14:17:05 +00:00 committed by GitHub
commit d9eb1f7f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ name: Publish binaries to release
jobs: jobs:
publish: publish:
name: Publish for ${{ matrix.os }} name: Publish binary for ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false
@ -39,7 +39,7 @@ jobs:
tag: ${{ github.ref }} tag: ${{ github.ref }}
publish-aarch64: publish-aarch64:
name: Publish to GitHub name: Publish binary for aarch64
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
continue-on-error: false continue-on-error: false
strategy: strategy: