From a7d4be0bf740f64d2a373b65d5178c906112c53a Mon Sep 17 00:00:00 2001 From: Riccardo Attilio Galli Date: Sun, 5 Jun 2022 14:18:37 -0700 Subject: [PATCH] Define release extension by exclusion --- .github/workflows/release.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d57d1f..4483dc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,9 +58,13 @@ jobs: matrix: features: [default, regex] partial_os: [ubuntu, macos, windows] - ext: [""] - include: + ext: ["", ".exe"] + exclude: - partial_os: windows + ext: "" + - partial_os: ubuntu + ext: ".exe" + - partial_os: macos ext: ".exe" steps: - name: Checkout code