From 9183a5ae2507b7d88886822c5ff8ee98a7b5fcdc Mon Sep 17 00:00:00 2001 From: Jake Meyer Date: Sat, 9 Nov 2024 15:12:58 -0800 Subject: [PATCH] Fix release workflow typo --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0da9324..124f5c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: release +name: Release on: workflow_dispatch: @@ -10,8 +10,8 @@ permissions: jobs: build: - name: ${{ matrix.platform.os_name }} with rust ${{ matrix.toolchain }} - runs-on: ${{ matrix.platform.os }} + name: ${{ matrix.platform.os-name }} with rust ${{ matrix.toolchain }} + runs-on: ${{ matrix.platform.runs-on }} strategy: fail-fast: false matrix: