From 5b59f983f64e2779ce9ffd64635a400385d4f446 Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Mon, 6 Jan 2020 20:45:59 +0800 Subject: [PATCH] Fix release GA --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92d7ddb35..e82bc99ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: + # This should work with only the `include`s but it currently doesn't because of this bug: + # https://github.community/t5/How-to-use-Git-and-GitHub/GitHub-Actions-Matrix-options-dont-work-as-documented/td-p/29558 + os: [ubuntu-latest, windows-latest, macos-latest] include: - os: ubuntu-latest artifact_name: maple