Skip to content

Commit

Permalink
Continue CI even if macOS fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jul 27, 2023
1 parent 396111b commit e6bc111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6bc111

Please sign in to comment.