From 7de487f56f1df30e828ee50bc3b08417c56afc15 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Thu, 14 Nov 2024 09:29:08 -0500 Subject: [PATCH] fix workflow syntax --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8759ce..8ea32f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }} - runs-on: "${{ matrix.builds.runner }}"" + runs-on: "${{ matrix.builds.runner }}" env: KERNEL_PUBLISH: "${{ inputs.publish }}" KERNEL_VERSION: "${{ matrix.builds.version }}"