From 0155c682e0caaebcc0ec8763054b49d8aad60360 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 26 Aug 2023 13:29:00 +0100 Subject: [PATCH] Up --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d233009..25ccfa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,13 +11,9 @@ on: jobs: publish: name: "Publish for ${{ matrix.os }}" - runs-on: ${{ matrix.os }} + runs-on: "${{ matrix.os }}" strategy: matrix: - name: [ - linux - ] - include: - name: linux os: ubuntu-latest