From 33adbd3e27e75f598e5ee0094b5a0cdd7dd16304 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 20 Jan 2023 13:01:22 -0800 Subject: [PATCH] Whoops bad YAML --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2fe8ddb..8e38bb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,8 +42,8 @@ jobs: release_assets: name: Release assets - needs: ['create_release'] # We need to know the upload URL - runs-on: ${{ matrix.config.os }} # We run many different builds + needs: ['create_release'] # We need to know the upload URL + runs-on: ${{ matrix.os }} # We run many different builds env: # For some builds, we use cross to test on 32-bit and big-endian # systems.