From ee41626e8e1b9a4ed95f4482b903b61af965b15d Mon Sep 17 00:00:00 2001 From: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:12:13 -0400 Subject: [PATCH] Whoops --- .github/workflows/publish.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 91cdaef..b59c922 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,12 +15,13 @@ jobs: strategy: fail-fast: false matrix: - - platform: 'macos-latest' - args: '--target universal-apple-darwin' - - platform: 'ubuntu-20.04' - args: '' - - platform: 'windows-latest' - args: '' + include: + - platform: 'macos-latest' + args: '--target universal-apple-darwin' + - platform: 'ubuntu-20.04' + args: '' + - platform: 'windows-latest' + args: '' runs-on: ${{ matrix.platform }} steps: