We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e12da commit 7ae2362Copy full SHA for 7ae2362
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-20.04, windows-2019]
+ os: [ubuntu-20.04, macos-11, windows-2019]
22
sofa_branch: [v23.06]
23
python_version: ['3.8']
24
@@ -222,9 +222,11 @@ jobs:
222
with:
223
name: ${{ env.RELEASE_NAME }}
224
tag_name: ${{ env.RELEASE_TAGNAME }}
225
- fail_on_unmatched_files: true
+ fail_on_unmatched_files: false
226
+ target_commitish: ${{ env.RELEASE_NAME }}
227
body: |
228
Last updated on ${{ env.RELEASE_DATE }}
229
files: |
230
artifacts/${{ env.PROJECT_NAME }}_*_Linux.zip
231
artifacts/${{ env.PROJECT_NAME }}_*_Windows.zip
232
+ artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip
0 commit comments