Skip to content

Commit 7ae2362

Browse files
Fix 23.06 wrong assets source (sofa-framework#367)
* Fix softprops/action-gh-release source from master (default) to release branch. * Enable macOS build and continue if faulty build.
1 parent 00e12da commit 7ae2362

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-20.04, windows-2019]
21+
os: [ubuntu-20.04, macos-11, windows-2019]
2222
sofa_branch: [v23.06]
2323
python_version: ['3.8']
2424

@@ -222,9 +222,11 @@ jobs:
222222
with:
223223
name: ${{ env.RELEASE_NAME }}
224224
tag_name: ${{ env.RELEASE_TAGNAME }}
225-
fail_on_unmatched_files: true
225+
fail_on_unmatched_files: false
226+
target_commitish: ${{ env.RELEASE_NAME }}
226227
body: |
227228
Last updated on ${{ env.RELEASE_DATE }}
228229
files: |
229230
artifacts/${{ env.PROJECT_NAME }}_*_Linux.zip
230231
artifacts/${{ env.PROJECT_NAME }}_*_Windows.zip
232+
artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip

0 commit comments

Comments
 (0)