Skip to content

Commit

Permalink
Fix v23.06 ci (#73)
Browse files Browse the repository at this point in the history
* Fix invalid SOFA branch in CI for v23.06.

* Do not stop deploy on failure.

* Fix softprops/action-gh-release source from master to release branch.
  • Loading branch information
olivier-roussel authored Aug 25, 2023
1 parent 7784481 commit 2ec3881
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
sofa_branch: [master]
sofa_branch: [v23.06]

steps:
- name: (Mac) Workaround for homebrew
Expand Down Expand Up @@ -125,7 +125,9 @@ jobs:
with:
name: ${{ github.ref_name }}
tag_name: release-${{ github.ref_name }}
fail_on_unmatched_files: true
fail_on_unmatched_files: false
target_commitish: ${{ github.ref_name }}
files: |
artifacts/ModelOrderReduction_*_Linux.zip
artifacts/ModelOrderReduction_*_Windows.zip
artifacts/ModelOrderReduction_*_macOS.zip

0 comments on commit 2ec3881

Please sign in to comment.