Skip to content

Commit

Permalink
Fix ci (#74)
Browse files Browse the repository at this point in the history
* Do not stop deploy on failure.

* Fix softprops/action-gh-release source from master to current release branch.
  • Loading branch information
olivier-roussel authored Aug 28, 2023
1 parent f6f83c2 commit 2aab84b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 2aab84b

Please sign in to comment.