From e6bc1115024713134723d0f3036f0066e0ad4f85 Mon Sep 17 00:00:00 2001 From: Olivier Roussel Date: Wed, 26 Jul 2023 16:31:18 +0200 Subject: [PATCH] Continue CI even if macOS fails. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74c7f90..19c7027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,8 @@ jobs: with: name: ${{ github.ref_name }} tag_name: release-${{ github.ref_name }} - fail_on_unmatched_files: true + fail_on_unmatched_files: false files: | artifacts/CosseratPlugin_*_Linux.zip artifacts/CosseratPlugin_*_Windows.zip + artifacts/CosseratPlugin_*_macOS.zip