From 91e999c257aeecfa8c7a7f6a5343418b2974ea78 Mon Sep 17 00:00:00 2001 From: Olivier Roussel Date: Mon, 24 Jul 2023 17:46:18 +0200 Subject: [PATCH] Do not stop deploy on failure. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 808f06c4..068d4bec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,10 +222,10 @@ jobs: with: name: ${{ env.RELEASE_NAME }} tag_name: ${{ env.RELEASE_TAGNAME }} - fail_on_unmatched_files: true + fail_on_unmatched_files: false body: | Last updated on ${{ env.RELEASE_DATE }} files: | artifacts/${{ env.PROJECT_NAME }}_*_Linux.zip artifacts/${{ env.PROJECT_NAME }}_*_Windows.zip - artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip + artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip \ No newline at end of file