diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 040af8d..6ac28a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: - name: Release - ${{ matrix.platform.release_for }} + name: Release - ${{ matrix.platform.os_name }} runs-on: ${{ matrix.platform.os }} strategy: # Do not cancel the build process if any of them fails